Updates all cells in a range with new data.
More...
|
virtual object | Fields [get, set] |
| The fields of CellData that should be updated. At least one field must be specified. The root is the CellData; 'row.values.' should not be specified. A single "*" can be used as short-hand for listing every field. More...
|
|
virtual GridRange | Range [get, set] |
| The range to write data to. More...
|
|
virtual System.Collections.Generic.IList< RowData > | Rows [get, set] |
| The data to write. More...
|
|
virtual GridCoordinate | Start [get, set] |
| The coordinate to start writing data at. Any number of rows and columns (including a different number of columns per row) may be written. More...
|
|
virtual string | ETag [get, set] |
| The ETag of the item. More...
|
|
string | ETag |
|
Updates all cells in a range with new data.
◆ ETag
virtual string Google.Apis.Sheets.v4.Data.UpdateCellsRequest.ETag |
|
getset |
◆ Fields
virtual object Google.Apis.Sheets.v4.Data.UpdateCellsRequest.Fields |
|
getset |
The fields of CellData that should be updated. At least one field must be specified. The root is the CellData; 'row.values.' should not be specified. A single "*"
can be used as short-hand for listing every field.
◆ Range
virtual GridRange Google.Apis.Sheets.v4.Data.UpdateCellsRequest.Range |
|
getset |
The range to write data to.
If the data in rows does not cover the entire requested range, the fields matching those set in fields will be cleared.
◆ Rows
virtual System.Collections.Generic.IList<RowData> Google.Apis.Sheets.v4.Data.UpdateCellsRequest.Rows |
|
getset |
◆ Start
virtual GridCoordinate Google.Apis.Sheets.v4.Data.UpdateCellsRequest.Start |
|
getset |
The coordinate to start writing data at. Any number of rows and columns (including a different number of columns per row) may be written.
The documentation for this class was generated from the following file: