[]
Represents a name node in the syntax tree.
public class NameNode : TerminalNode, ICloneable
Public Class NameNode
Inherits TerminalNode
Implements ICloneable
| Name | Description |
|---|---|
| NameNode(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. |
| 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. |