range property

String? range
getter/setter pair

The range the values cover, in A1 notation.

For output, this range indicates the entire requested range, even though the values will exclude trailing rows and columns. When appending values, this field represents the range to search for a table, after which values will be appended.

Implementation

core.String? range;