Gets excel cell with the specified name or at the specified position.
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;}
CellRange Class | GemBox.Spreadsheet Namespace | IndexingMode