FindReplaceResponse class
The result of the find/replace.
Constructors
- FindReplaceResponse({int? formulasChanged, int? occurrencesChanged, int? rowsChanged, int? sheetsChanged, int? valuesChanged})
- FindReplaceResponse.fromJson(Map json_)
Properties
- formulasChanged ↔ int?
-
The number of formula cells changed.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- occurrencesChanged ↔ int?
-
The number of occurrences (possibly multiple within a cell) changed.
getter/setter pair
- rowsChanged ↔ int?
-
The number of rows changed.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sheetsChanged ↔ int?
-
The number of sheets changed.
getter/setter pair
- valuesChanged ↔ int?
-
The number of non-formula cells changed.
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