WebQueryConnectionIsConsecutive Property |
Flag indicating whether consecutive delimiters should be treated as just one delimiter.
Namespace:
Aspose.Cells.ExternalConnections
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool IsConsecutive { get; set; }
Public Property IsConsecutive As Boolean
Get
Set
public:
property bool IsConsecutive {
bool get ();
void set (bool value);
}
member IsConsecutive : bool with get, set
Property Value
Type:
Boolean
See Also