Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellValue Structure / Number Property


In This Topic
Number Property (CellValue)
In This Topic
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

Property Value

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