Google Integrator V2 - Online Help
Google Integrator V2
Questions / Feedback?

QuerySpreadsheets Method

Queries a Google Spreadsheets feed using the specified parameters.

Syntax

[VB.NET]
Public Sub QuerySpreadsheets()
[C#]
public void QuerySpreadsheets();

Remarks

Queries a Google Spreadsheets feed using the specified QueryParams. To fetch a Google Spreadsheets feed, without filtering any of the spreadsheets, you can call QuerySpreadsheets without adding any parameters to QueryParams.

The spreadsheet feed contents are delivered through the Transfer event. The response headers can be retrieved via the ParsedHeaders property as well as through the Header event.

The component will then attempt to parse the Google Spreadsheets feed. Upon successfully parsing the response, FeedProperties will be set with their associated feed element values. The SpreadsheetList event will fire once for each spreadsheet and the following properties will also be populated (SpreadsheetIndex is used to navigate the returned documents):

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0