Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / TextNode Class / TextNode Constructor
The string value. The value can't be a null reference (Nothing in Visual Basic) (Nothing).
In This Topic
    TextNode Constructor
    In This Topic
    Creates a new TextNode from System.String.
    Syntax
    public TextNode( 
       System.string value
    )

    Parameters

    value
    The string value. The value can't be a null reference (Nothing in Visual Basic) (Nothing).
    See Also