ProtectedRange class
A protected range.
Constructors
Properties
- description ↔ String?
-
The description of this protected range.
getter/setter pair
- editors ↔ Editors?
-
The users and groups with edit access to the protected range.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- namedRangeId ↔ String?
-
The named range this protected range is backed by, if any.
getter/setter pair
- protectedRangeId ↔ int?
-
The ID of the protected range.
getter/setter pair
- range ↔ GridRange?
-
The range that is being protected.
getter/setter pair
- requestingUserCanEdit ↔ bool?
-
True if the user who requested this protected range can edit the protected
area.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
unprotectedRanges
↔ List<
GridRange> ? -
The list of unprotected ranges within a protected sheet.
getter/setter pair
- warningOnly ↔ bool?
-
True if this protected range will show a warning when editing.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited