[]
public NameNode(string name)
| Type | Name | Description |
|---|---|---|
| string | name | The short name. |
Creates a new NameNode from a range of sheets.
public NameNode(string name, string worksheetName, string lastWorksheetName)
| Type | Name | Description |
|---|---|---|
| string | name | The short name. |
| string | worksheetName | The name of start worksheet. |
| string | lastWorksheetName | The name of end worksheet. |
Creates a new NameNode from a range of sheets of the specified workbook.
public NameNode(string name, WorkbookReference workbook, string worksheetName, string lastWorksheetName)
| Type | Name | Description |
|---|---|---|
| string | name | The short name. |
| WorkbookReference | workbook | The workbook id. |
| string | worksheetName | The name of start worksheet. |
| string | lastWorksheetName | The name of end worksheet. |