ICellsDataTable.Item

ICellsDataTable indexer (1 of 2)

Gets the data stored in the column specified by index.

public object this[int columnIndex] { get; }
ParameterDescription
columnIndexThe zero-based index of the column.

See Also


ICellsDataTable indexer (2 of 2)

Gets the data stored in the column specified by column name.

public object this[string columnName] { get; }
ParameterDescription
columnNameThe column name.

See Also