Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / NumberNode Class / NumberNode Constructor
The value of the new NumberNode.
In This Topic
    NumberNode Constructor
    In This Topic
    Creates a NumberNode from System.Double value.
    Syntax
    public NumberNode( 
       System.double value
    )

    Parameters

    value
    The value of the new NumberNode.
    See Also