clearedRanges property

List<String>? clearedRanges
getter/setter pair

The ranges that were cleared, in [A1 notation](/sheets/api/guides/concepts#cell).

If the requests are for an unbounded range or a ranger larger than the bounds of the sheet, this is the actual ranges that were cleared, bounded to the sheet's limits.

Implementation

core.List<core.String>? clearedRanges;