dimensionRange property

DimensionRange? dimensionRange
getter/setter pair

Represents the row or column when metadata is associated with a dimension.

The specified DimensionRange must represent a single row or column; it cannot be unbounded or span multiple rows or columns.

Implementation

DimensionRange? dimensionRange;