The minimum index for a column allowed in the response

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

Syntax

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

property unsigned int MinimumColumn {

	unsigned int get ();

	void set (unsigned int value);

}

See Also