index_in_document property

index_in_document property

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

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.

Definition:

@property
def index_in_document(self):
    ...

See Also