If true, then however the results are ordered will be reversed.

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

Syntax

C#
public bool Reverse { get; set; }
Visual Basic (Declaration)
Public Property Reverse As Boolean
Visual C++
public:

property bool Reverse {

	bool get ();

	void set (bool value);

}

See Also