DocumentTableIndexInDocument Property |
Gets the original zero-based index of the corresponding table as per the source document.
Namespace:
GroupDocs.Assembly.Data
Assembly:
GroupDocs.Assembly (in GroupDocs.Assembly.dll) Version: 22.2
Syntaxpublic int IndexInDocument { get; }
Public ReadOnly Property IndexInDocument As Integer
Get
public:
property int IndexInDocument {
int get ();
}
member IndexInDocument : int with get
Property Value
Type:
Int32
Remarks
See Also