Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.expressions Package / TextNode Class / TextNode Constructor
The string value. The value can't be @code:null( @code:Nothing).
In This Topic
    TextNode Constructor
    In This Topic
    Creates a new @code:TextNode from @code:string.
    Syntax
    public TextNode( 
       java.lang.String value
    )

    Parameters

    value
    The string value. The value can't be @code:null( @code:Nothing).
    See Also