getCells method
Returns the collection of DataGridCell which is created for DataGridRow.
Implementation
List<DataGridCell> getCells() {
return _cells;
}
Returns the collection of DataGridCell which is created for DataGridRow.
List<DataGridCell> getCells() {
return _cells;
}