Item
DocumentTableCollection indexer (1 of 2)
を取得しますDocumentTable指定された index. のコレクションからのインスタンス
public DocumentTable this[int index] { get; }
| パラメータ | 説明 |
|---|---|
| index | 返すテーブルのゼロから始まるインデックス。 |
戻り値
あDocumentTable指定されたインデックスのコレクションからのインスタンス。
関連項目
- class DocumentTable
- class DocumentTableCollection
- 名前空間 GroupDocs.Assembly.Data
- 組み立て GroupDocs.Assembly
DocumentTableCollection indexer (2 of 2)
を取得しますDocumentTableコレクションから指定された名前のインスタンス.
public DocumentTable this[string name] { get; }
| パラメータ | 説明 |
|---|---|
| name | 返されるテーブルの大文字と小文字を区別しない名前。 |
戻り値
ADocumentTableコレクションから指定された名前のインスタンス、またはそのようなインスタンスが存在しない場合は null .
関連項目
- class DocumentTable
- class DocumentTableCollection
- 名前空間 GroupDocs.Assembly.Data
- 組み立て GroupDocs.Assembly