rowIndices property

List<int>? rowIndices
getter/setter pair

The list of zero-based row indices whose style should be updated.

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

Implementation

core.List<core.int>? rowIndices;