Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / NameNode Class / NameNode Constructor / NameNode Constructor(String,WorkbookReference,String,String)
The short name.
The workbook id.
The name of start worksheet.
The name of end worksheet.
In This Topic
    NameNode Constructor(String,WorkbookReference,String,String)
    In This Topic
    Creates a new NameNode from a range of sheets of the specified workbook.
    Syntax
    public NameNode( 
       System.string name,
       WorkbookReference workbook,
       System.string worksheetName,
       System.string lastWorksheetName
    )

    Parameters

    name
    The short name.
    workbook
    The workbook id.
    worksheetName
    The name of start worksheet.
    lastWorksheetName
    The name of end worksheet.
    See Also