Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Sheets
Schema
FindReplaceRequest
Interface FindReplaceRequest
interface
FindReplaceRequest
{
allSheets
?:
boolean
;
find
?:
string
;
includeFormulas
?:
boolean
;
matchCase
?:
boolean
;
matchEntireCell
?:
boolean
;
range
?:
GridRange
;
replacement
?:
string
;
searchByRegex
?:
boolean
;
sheetId
?:
number
;
}
Index
Properties
all
Sheets?
find?
include
Formulas?
match
Case?
match
Entire
Cell?
range?
replacement?
search
By
Regex?
sheet
Id?
Properties
Optional
all
Sheets
allSheets
?:
boolean
Optional
find
find
?:
string
Optional
include
Formulas
includeFormulas
?:
boolean
Optional
match
Case
matchCase
?:
boolean
Optional
match
Entire
Cell
matchEntireCell
?:
boolean
Optional
range
range
?:
GridRange
Optional
replacement
replacement
?:
string
Optional
search
By
Regex
searchByRegex
?:
boolean
Optional
sheet
Id
sheetId
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
all
Sheets
find
include
Formulas
match
Case
match
Entire
Cell
range
replacement
search
By
Regex
sheet
Id
Google Apps Script API
Loading...