columns property

List<DataSourceColumn>? columns
getter/setter pair

The columns displayed on the sheet, corresponding to the values in RowData.

Implementation

core.List<DataSourceColumn>? columns;