QueryCellsAsync Method
Queries a Google Worksheet Cells feed using the specified parameters.
Syntax
[VB.NET] Public Function QueryCellsAsync() As IAsyncAction
[C#] public IAsyncAction QueryCellsAsync();
Google Integrator V2 - Online Help
|
|||
|
Available for:
Questions / Feedback?
QueryCellsAsync MethodQueries a Google Worksheet Cells feed using the specified parameters. Syntax[VB.NET] Public Function QueryCellsAsync() As IAsyncAction [C#] public IAsyncAction QueryCellsAsync(); RemarksThis method is the asynchronous version of the QueryCells method and is used to support asynchronous operations in WinRT. Please refer to QueryCells for more information. |
||