Item

CellCollection indexer

Returns a cell by it’s position. Read-only Cell.

public ICell this[int index] { get; }

Remarks

One Cell object can be returned for several indexes in case cell is merged.

See Also