getCells method

List<DataGridCell> getCells()

Returns the collection of DataGridCell which is created for DataGridRow.

Implementation

List<DataGridCell> getCells() {
  return _cells;
}