DocumentTableCollectionItem Property (Int32) |
Gets a
DocumentTable instance from the collection at the specified index.
Namespace:
GroupDocs.Assembly.Data
Assembly:
GroupDocs.Assembly (in GroupDocs.Assembly.dll) Version: 22.2
Syntaxpublic DocumentTable this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As DocumentTable
Get
public:
property DocumentTable^ default[int index] {
DocumentTable^ get (int index);
}
member Item : DocumentTable with get
Parameters
- index
- Type: SystemInt32
The zero-based index of the table to return.
Return Value
Type:
DocumentTableA
DocumentTable instance from the collection at the specified index.
See Also