Spread Windows Forms 12.0 Product Documentation
Number Property (CellValue)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > CellValue Structure : Number Property
Gets the System.Double value.
Syntax
'Declaration
 
Public Property Number As Double
'Usage
 
Dim instance As CellValue
Dim value As Double
 
instance.Number = value
 
value = instance.Number
public double Number {get; set;}

Property Value

A System.Double value represents the numeric value.
See Also

Reference

CellValue Structure
CellValue Members