[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.NameNode

NameNode Class

Represents a name node in the syntax tree.

Inheritance
NameNode
Implements
Namespace: GrapeCity.Documents.Excel.Expressions
Assembly: DS.Documents.Excel.dll
Syntax
public class NameNode : TerminalNode, ICloneable
Public Class NameNode
    Inherits TerminalNode
    Implements ICloneable

Constructors

Name Description
NameNode(string)

Creates a new NameNode from string.

NameNode(string, WorkbookReference, string, string)

Creates a new NameNode from a range of sheets of the specified workbook.

NameNode(string, string, string)

Creates a new NameNode from a range of sheets.

Properties

Name Description
LastWorksheetName

If the name represents a range of worksheets, represents the worksheet at the end of the range.

Name

The short name.

Workbook

The external workbook reference.

WorksheetName

The worksheet of the name.