FindReplaceRequest: FindReplaceRequest Object

Description Usage Arguments Details Value

Description

FindReplaceRequest Object

Usage

1
2
3
FindReplaceRequest(sheetId = NULL, matchCase = NULL, allSheets = NULL,
  includeFormulas = NULL, matchEntireCell = NULL, find = NULL,
  searchByRegex = NULL, replacement = NULL, range = NULL)

Arguments

sheetId

The sheet to find/replace over

matchCase

True if the search is case sensitive

allSheets

True to find/replace over all sheets

includeFormulas

True if the search should include cells with formulas

matchEntireCell

True if the find value should match the entire cell

find

The value to search

searchByRegex

True if the find value is a regex

replacement

The value to use as the replacement

range

The range to find/replace over

Details

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

Value

FindReplaceRequest object


lantanacamara/googleSheetsR documentation built on May 3, 2019, 11:52 p.m.