range property

String? range
getter/setter pair

The range the values cover, in [A1 notation](/sheets/api/guides/concepts#cell).

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;