The header of the column to sort results by. Sets OrderByPosition to false.

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

Syntax

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

property String^ OrderByColumn {

	String^ get ();

	void set (String^ value);

}

See Also