rowData property

List<RowData>? rowData
getter/setter pair

The data in the grid, one entry per row, starting with the row in startRow.

The values in RowData will correspond to columns starting at start_column.

Implementation

core.List<RowData>? rowData;