Class FindReplaceResponse
The result of the find/replace.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class FindReplaceResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FormulasChanged
The number of formula cells changed.
Declaration
[JsonProperty("formulasChanged")]
public virtual int? FormulasChanged { get; set; }
Property Value
Type | Description |
---|---|
int? |
OccurrencesChanged
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"
.
Declaration
[JsonProperty("occurrencesChanged")]
public virtual int? OccurrencesChanged { get; set; }
Property Value
Type | Description |
---|---|
int? |
RowsChanged
The number of rows changed.
Declaration
[JsonProperty("rowsChanged")]
public virtual int? RowsChanged { get; set; }
Property Value
Type | Description |
---|---|
int? |
SheetsChanged
The number of sheets changed.
Declaration
[JsonProperty("sheetsChanged")]
public virtual int? SheetsChanged { get; set; }
Property Value
Type | Description |
---|---|
int? |
ValuesChanged
The number of non-formula cells changed.
Declaration
[JsonProperty("valuesChanged")]
public virtual int? ValuesChanged { get; set; }
Property Value
Type | Description |
---|---|
int? |