DocumentTableLoadArgsTableIndex Property |
Gets the zero-based index of the corresponding document table to be loaded.
Namespace:
GroupDocs.Assembly.Data
Assembly:
GroupDocs.Assembly (in GroupDocs.Assembly.dll) Version: 22.2
Syntaxpublic int TableIndex { get; }
Public ReadOnly Property TableIndex As Integer
Get
public:
property int TableIndex {
int get ();
}
member TableIndex : int with get
Property Value
Type:
Int32
See Also