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

QueryCells Method

Queries a Google Worksheet Cells feed using the specified parameters.

Syntax

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

Remarks

Queries a Google Worksheet Cells feed using the specified QueryParams. To fetch a Google Worksheet Cells feed, without filtering any of the cells, you can call QueryCells without adding any parameters to QueryParams.

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

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