tableRange property

TableRange? tableRange
getter/setter pair

The table range representing the subset of the table to which the updates are applied.

If a table range is not specified, the updates will apply to the entire table.

Implementation

TableRange? tableRange;