Table of Contents

Enum TabularPositionType

Namespace
Addax.Formats.Tabular
Assembly
Addax.Formats.Tabular.dll

Specifies the type of a position in tabular data.

public enum TabularPositionType

Fields

Delimiter = 2

A delimiter between tabular fields.

EndOfRecord = 3

The end of a tabular record.

EndOfStream = 4

The end of a tabular stream.

StartOfRecord = 1

The start of a tabular record.

StartOfStream = 0

The start of a tabular stream.