cells property

Returns the collection of ExcelDataCell which is created for ExcelDataRow.

Implementation

List<ExcelDataCell> get cells {
  return _cells;
}