The numeric (calculated) value for the cell

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

Syntax

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

property String^ NumericValue {

	String^ get ();

	void set (String^ value);

}

See Also