index_in_document property

index_in_document property

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

Remarks

Depending on an IDocumentTableLoadHandler implementation provided, this index may differ from the index of this DocumentTable instance within the table collection of the corresponding DocumentTableSet instance, if any.

Definition:

@property
def index_in_document(self):
    ...

See Also