cellIndex property

CellIndex cellIndex

returns the string based cellId as A1, A2 or Z5

Implementation

CellIndex get cellIndex {
  return CellIndex.indexByColumnRow(
      columnIndex: _columnIndex, rowIndex: _rowIndex);
}