UpdateConditionalFormatRuleRequest class

Updates a conditional format rule at the given index, or moves a conditional format rule to another index.

Properties

hashCode → int
The hash code for this object.
no setterinherited
index ↔ int?
The zero-based index of the rule that should be replaced or moved.
getter/setter pair
newIndex ↔ int?
The zero-based new index the rule should end up at.
getter/setter pair
rule ↔ ConditionalFormatRule?
The rule that should replace the rule at the given index.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sheetId ↔ int?
The sheet of the rule to move.
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