IndexInDocument

DocumentTableColumn.IndexInDocument property

Gets the original zero-based index of the corresponding table column as per the source document.

public int IndexInDocument { get; }

Remarks

Depending on DocumentTableOptions specified, this index may differ from the index of this DocumentTableColumn instance within the column collection of the corresponding DocumentTable instance.

See Also