DocumentTableCollectionItem Property (String) |
Gets a
DocumentTable instance with the specified name from the collection.
Namespace:
GroupDocs.Assembly.Data
Assembly:
GroupDocs.Assembly (in GroupDocs.Assembly.dll) Version: 21.1
Syntaxpublic DocumentTable this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As DocumentTable
Get
public:
property DocumentTable^ default[String^ name] {
DocumentTable^ get (String^ name);
}
member Item : DocumentTable with get
Parameters
- name
- Type: SystemString
The case-insensitive name of the table to return.
Return Value
Type:
DocumentTable
A
DocumentTable instance with the specified name from the collection or null
if such an instance does not exist.
See Also