Enum TabularPositionType
Specifies the type of a position in tabular data.
public enum TabularPositionType
Fields
Delimiter = 2A delimiter between tabular fields.
EndOfRecord = 3The end of a tabular record.
EndOfStream = 4The end of a tabular stream.
StartOfRecord = 1The start of a tabular record.
StartOfStream = 0The start of a tabular stream.