Spread Windows Forms 15.0
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
    public double Number {get; set;}

    Property Value

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