Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.expressions Package / NameNode Class
Methods

In This Topic
    NameNode Class Members
    In This Topic

    The following tables list the members exposed by NameNode.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodClones the syntax node if the node is mutable. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode)
    Public MethodChecks whether the @code:SyntaxNode equal to another. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode)
    Public MethodThe value of this property is always an empty read-only list. (Inherited from com.grapecity.documents.excel.expressions.TerminalNode)
    Public MethodGets the name of the last worksheet in the range.  
    Public MethodGets the short name.  
    Public MethodGets the external workbook reference.  
    Public MethodGets the worksheet of the name.  
    Public MethodThis object doesn't support getting hash code, because all fields are mutable. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode)
    Public Methodstatic (Shared in Visual Basic)Loads a @code:SyntaxNode from a string that contains formula, optionallyspecifying context. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode)
    Public MethodSets the name of the last worksheet in the range.  
    Public MethodSets the short name.  
    Public MethodSets the external workbook reference.  
    Public MethodSets the worksheet of the name.  
    Public MethodReturns the formula text for this node, optionally specifying context. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode)
    Top
    See Also