If true, then results will be ordered by the position in the spreadsheet. Sets OrderByColumn to null.

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

Syntax

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

property bool OrderByPosition {

	bool get ();

	void set (bool value);

}

See Also