sourceColumnOffset property

int? sourceColumnOffset
getter/setter pair

The column offset of the source range that this value reads from.

For example, if the source was C10:E15, a sourceColumnOffset of 0 means this value refers to column C, whereas the offset 1 would refer to column D.

Implementation

core.int? sourceColumnOffset;