columnIndices property

List<int>? columnIndices
getter/setter pair

The list of zero-based column indices whose property should be updated.

If no indices are specified, all columns will be updated.

Implementation

core.List<core.int>? columnIndices;