google_api_sheets v0.0.1 GoogleApi.Sheets.V4.Model.FindReplaceResponse View Source

The result of the find/replace.

Attributes

  • formulasChanged (Integer): The number of formula cells changed. Defaults to: null.
  • occurrencesChanged (Integer): The number of occurrences (possibly multiple within a cell) changed. For example, if replacing `"e"` with `"o"` in `"Google Sheets"`, this would be `"3"` because `"Google Sheets"` -> `"Googlo Shoots"`. Defaults to: null.
  • rowsChanged (Integer): The number of rows changed. Defaults to: null.
  • sheetsChanged (Integer): The number of sheets changed. Defaults to: null.
  • valuesChanged (Integer): The number of non-formula cells changed. Defaults to: null.