InfoConnect for Airlines
IsColumnSeparator Property (HostField)
Example 


Gets a value indicating whether the data cell contains a column separator.
Syntax
'Declaration
 
Public ReadOnly Property IsColumnSeparator As Boolean
'Usage
 
Dim instance As HostField
Dim value As Boolean
 
value = instance.IsColumnSeparator
public bool IsColumnSeparator {get;}
Example
HostField host;
bool columnSeparator = host.IsColumnSeparator;
See Also