Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ExpressionViewCell Class / GetNumber Method


In This Topic
    GetNumber Method (ExpressionViewCell)
    In This Topic
    Gets the System.Double value.
    Syntax
    'Declaration
     
    
    Public Function GetNumber() As Double
    'Usage
     
    
    Dim instance As ExpressionViewCell
    Dim value As Double
     
    value = instance.GetNumber()
    public double GetNumber()

    Return Value

    An System.Double value.
    See Also