Click or drag to resize

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.3.379.0 (1.3.379.0)
Syntax
bool IsFieldDelimiter { get; }

Property Value

Type: Boolean
Remarks
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