The minimum index for a row allowed in the response

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

Syntax

C#
public uint MinimumRow { get; set; }
Visual Basic (Declaration)
Public Property MinimumRow As UInteger
Visual C++
public:

property unsigned int MinimumRow {

	unsigned int get ();

	void set (unsigned int value);

}

See Also