A subclass of DocumentQuery, to create a Spreadsheets worksheet query URI. Provides public properties that describe the different aspects of the URI, as well as a composite URI.

Namespace:  Google.GData.Spreadsheets
Assembly:  Google.GData.Spreadsheets (in Google.GData.Spreadsheets.dll)
Version: 1.2.3.0

Syntax

C#
public class WorksheetQuery : DocumentQuery
Visual Basic (Declaration)
Public Class WorksheetQuery _

	Inherits DocumentQuery
Visual C++
public ref class WorksheetQuery : public DocumentQuery

Inheritance Hierarchy

System..::.Object
  Google.GData.Client..::.FeedQuery
    Google.GData.Client..::.DocumentQuery
      Google.GData.Spreadsheets..::.WorksheetQuery

See Also