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