ICellsDataTable.Item
ICellsDataTable indexer (1 of 2)
Gets the data stored in the column specified by index.
public object this[int columnIndex] { get; }
Parameter | Description |
---|---|
columnIndex | The zero-based index of the column. |
See Also
- interface ICellsDataTable
- namespace Aspose.Cells
- assembly Aspose.Cells
ICellsDataTable indexer (2 of 2)
Gets the data stored in the column specified by column name.
public object this[string columnName] { get; }
Parameter | Description |
---|---|
columnName | The column name. |
See Also
- interface ICellsDataTable
- namespace Aspose.Cells
- assembly Aspose.Cells