FindReplaceRequest
class FindReplaceRequest extends Model (View source)
Properties
bool | $allSheets | ||
string | $find | ||
bool | $includeFormulas | ||
bool | $matchCase | ||
bool | $matchEntireCell | ||
protected | $rangeType | ||
protected | $rangeDataType | ||
string | $replacement | ||
bool | $searchByRegex | ||
int | $sheetId |
Methods
setAllSheets($allSheets)
No description
bool
getAllSheets()
No description
setFind($find)
No description
string
getFind()
No description
setIncludeFormulas($includeFormulas)
No description
bool
getIncludeFormulas()
No description
setMatchCase($matchCase)
No description
bool
getMatchCase()
No description
setMatchEntireCell($matchEntireCell)
No description
bool
getMatchEntireCell()
No description
setReplacement($replacement)
No description
string
getReplacement()
No description
setSearchByRegex($searchByRegex)
No description
bool
getSearchByRegex()
No description
setSheetId($sheetId)
No description
int
getSheetId()
No description
Details
setAllSheets($allSheets)
No description
bool
getAllSheets()
No description
setFind($find)
No description
string
getFind()
No description
setIncludeFormulas($includeFormulas)
No description
bool
getIncludeFormulas()
No description
setMatchCase($matchCase)
No description
bool
getMatchCase()
No description
setMatchEntireCell($matchEntireCell)
No description
bool
getMatchEntireCell()
No description
setRange(GridRange $range)
No description
GridRange
getRange()
No description
setReplacement($replacement)
No description
string
getReplacement()
No description
setSearchByRegex($searchByRegex)
No description
bool
getSearchByRegex()
No description
setSheetId($sheetId)
No description
int
getSheetId()
No description