FindReplaceRequest class

Finds and replaces data in cells over a range, sheet, or all sheets.

Constructors

FindReplaceRequest({bool? allSheets, String? find, bool? includeFormulas, bool? matchCase, bool? matchEntireCell, GridRange? range, String? replacement, bool? searchByRegex, int? sheetId})
FindReplaceRequest.fromJson(Map json_)

Properties

allSheets bool?
True to find/replace over all sheets.
getter/setter pair
find String?
The value to search.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
includeFormulas bool?
True if the search should include cells with formulas.
getter/setter pair
matchCase bool?
True if the search is case sensitive.
getter/setter pair
matchEntireCell bool?
True if the find value should match the entire cell.
getter/setter pair
range GridRange?
The range to find/replace over.
getter/setter pair
replacement String?
The value to use as the replacement.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchByRegex bool?
True if the find value is a regex.
getter/setter pair
sheetId int?
The sheet to find/replace over.
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