Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / NameNode Class
Properties 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 Properties
     NameDescription
    Public Property The value of this property is always an empty read-only list. (Inherited from GrapeCity.Documents.Excel.Expressions.TerminalNode)
    Public Property If the name represents a range of worksheets, represents the worksheet at the end of the range.  
    Public Property The short name.  
    Public Property The external workbook reference.  
    Public Property The worksheet of the name.  
    Top
    Public Methods
     NameDescription
    Public Method Clones the syntax node if the node is mutable. (Inherited from GrapeCity.Documents.Excel.Expressions.SyntaxNode)
    Public MethodChecks whether the SyntaxNode equal to another. (Inherited from GrapeCity.Documents.Excel.Expressions.SyntaxNode)
    Public Method This object doesn't support getting hash code, because all fields are mutable. (Inherited from GrapeCity.Documents.Excel.Expressions.SyntaxNode)
    Public MethodOverloaded.  Returns the formula text for this node, optionally specifying context. (Inherited from GrapeCity.Documents.Excel.Expressions.SyntaxNode)
    Top
    See Also