A spreadsheet query string, if set to a non-null value, then the FullTextQuery will be set to null

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

Syntax

C#
public string SpreadsheetQuery { get; set; }
Visual Basic (Declaration)
Public Property SpreadsheetQuery As String
Visual C++
public:

property String^ SpreadsheetQuery {

	String^ get ();

	void set (String^ value);

}

See Also