Item
ICellsDataTable indexer (1 of 2)
获取索引指定的列中存储的数据。
public object this[int columnIndex] { get; }
范围 | 描述 |
---|---|
columnIndex | 列的从零开始的索引。 |
也可以看看
- interface ICellsDataTable
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
ICellsDataTable indexer (2 of 2)
获取存储在列名指定的列中的数据。
public object this[string columnName] { get; }
范围 | 描述 |
---|---|
columnName | 列名称。 |
也可以看看
- interface ICellsDataTable
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells