unprotectedRanges property

List<GridRange>? unprotectedRanges
getter/setter pair

The list of unprotected ranges within a protected sheet.

Unprotected ranges are only supported on protected sheets.

Implementation

core.List<GridRange>? unprotectedRanges;