sourceColumnOffset property
The column offset of the source range that this grouping is based on.
For example, if the source was C10:E15
, a sourceColumnOffset
of 0
means this group refers to column C
, whereas the offset 1
would refer
to column D
.
Implementation
core.int? sourceColumnOffset;