Return a hierarchy of UGoogleSheetsObjects starting from the top-level UGoogleSheetsObjectSpreadsheet object.
This object can be used to get a variety of information about your spreadsheet or individual tabs.
It's recommended to start by authenticating a token and getting a UGoogleSheetsObjectSpreadsheet object with this before doing anything else.
|
In
Exec
|
|
|
In Token
Google Sheets Web Token Object Reference
|
A validated UGoogleSheetsWebToken object. Used to authenticate the Sheets operation. |
|
Operation Params
Google Sheets Operation Params Structure
|
Generic request operation parameters |
|
Call on Complete
Delegate (by ref)
|
This delegate will be called when the operation completes and tell you whether or not it was successful and return the response as a UGoogleSheetsObjectSheet Tab Data Object. |
|
In Spreadsheet URL
String
|
The URL at which this spreadsheet can be found. Options at the end of the URL will be ignored. |
|
Out
Exec
|