getCells method

List<DataGridCell> getCells()
inherited

Returns the collection of DataGridCell which is created for DataGridRow.

Implementation

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