GemBox.Spreadsheet

CellRange.Item Property

Gets excel cell with the specified name or at the specified position.

Overload List

Gets excel cell at the specified index.

public ExcelCell this[int] {get;}

Gets excel cell at the specified relative position.

public ExcelCell this[int, int] {get;}

Gets excel cell with the specified full or partial name.

public ExcelCell this[string] {get;}

See Also

CellRange Class | GemBox.Spreadsheet Namespace | IndexingMode