The column the cell lies in

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

Syntax

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

property unsigned int Column {

	unsigned int get ();

	void set (unsigned int value);

}

See Also