Item

ITable indexer

Returns the cell at the specified column and row indexes. Read-only ICell.

public ICell this[int columnIndex, int rowIndex] { get; }

See Also