A subclass of FeedQuery, to create a Spreadsheets cell 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 CellQuery : FeedQuery
Visual Basic (Declaration)
Public Class CellQuery _

	Inherits FeedQuery
Visual C++
public ref class CellQuery : public FeedQuery

Inheritance Hierarchy

System..::.Object
  Google.GData.Client..::.FeedQuery
    Google.GData.Spreadsheets..::.CellQuery

See Also