Method SendBatchUpdateRequest
SendBatchUpdateRequest(string, IList<Request>)
Declaration
protected virtual BatchUpdateSpreadsheetResponse SendBatchUpdateRequest(string spreadsheetId, IList<Request> requests)
Parameters
Type |
Name |
Description |
string |
spreadsheetId |
|
IList<Request> |
requests |
|
Returns
Type |
Description |
BatchUpdateSpreadsheetResponse |
|
SendBatchUpdateRequest(string, params Request[])
Declaration
protected virtual BatchUpdateSpreadsheetResponse SendBatchUpdateRequest(string spreadsheetId, params Request[] requests)
Parameters
Type |
Name |
Description |
string |
spreadsheetId |
|
Request[] |
requests |
|
Returns
Type |
Description |
BatchUpdateSpreadsheetResponse |
|