DeleteConditionalFormatRuleRequest class
Deletes a conditional format rule at the given index.
All subsequent rules' indexes are decremented.
Constructors
- DeleteConditionalFormatRuleRequest({int? index, int? sheetId})
- DeleteConditionalFormatRuleRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index ↔ int?
-
The zero-based index of the rule to be deleted.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sheetId ↔ int?
-
The sheet the rule is being deleted from.
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