SpreadsheetGear 2017
Number Property (IValue)






SpreadsheetGear.Advanced.Cells Namespace > IValue Interface : Number Property
Returns the double precision floating point value of this cell, or System.Double.NaN if this cell does not contain a number.
Syntax
'Declaration
 
ReadOnly Property Number As System.Double
'Usage
 
Dim instance As IValue
Dim value As System.Double
 
value = instance.Number
System.double Number {get;}
read-only property Number: System.Double; 
function get Number : System.double
__property System.double get_Number();
property System.double Number {
   System.double get();
}
Remarks
Formula cells are calculated as needed before returning the number.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IValue Interface
IValue Members
IValues Interface
SetNumber Method
NumberToDateTime Method