Item

Table indexer

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

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

See Also