cellIndex property
CellIndex
get
cellIndex
returns the string based cellId as A1, A2 or Z5
Implementation
CellIndex get cellIndex {
return CellIndex.indexByColumnRow(
columnIndex: _colIndex, rowIndex: _rowIndex);
}