getRowIndexFromCellId static method

int getRowIndexFromCellId(
  1. String cellId
)

Implementation

static int getRowIndexFromCellId(String cellId) =>
    int.parse(cellId.split(',').last.replaceAll('R', ''));