columnMetadata property

List<DimensionProperties>? columnMetadata
getter/setter pair

Metadata about the requested columns in the grid, starting with the column in start_column.

Implementation

core.List<DimensionProperties>? columnMetadata;