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

QueryWorksheets Method

Queries a Google Worksheets feed using the specified parameters.

Syntax

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

Remarks

Queries a Google Worksheets feed, for the spreadsheet specified by SpreadsheetIndex, using the specified QueryParams. To fetch a Google Worksheets feed, without filtering any of the worksheets, you can call QueryWorksheets without adding any parameters to QueryParams.

The worksheet 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 Worksheets feed. Upon successfully parsing the response, FeedProperties will be set with their associated feed element values. The WorksheetList event will fire once for each worksheet and the following properties will also be populated (WorksheetIndex is used to navigate the returned worksheets):

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