expression.IsColumnSeparator As Boolean
where expression is a variable that represents a HostField Object
Gets a value that indicates whether the data cell contains a column separator. Note: IScreenDataConstants.ATTR_COLUMN_SEPARATORexpression.IsColumnSeparator As Boolean
Dim host As HostField Dim columnSeparator As Boolean = host.IsColumnSeparator