IDataCellIsFieldDelimiter Property |
Indicates if this data cell represents a field delimiter.
Namespace:
MicroFocus.ZFE.Connector
Assembly:
MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.7.1078.0 (1.7.1078.0)
Syntax bool IsFieldDelimiter { get; }
ReadOnly Property IsFieldDelimiter As Boolean
Get
Property Value
Type:
BooleanRemarks
For 3270 and 5250 host types, the attributes for a field are stored in a data cell
instance that precedes the start position of the field. This method will return
true for data cell instances that meet that criteria.
See Also