Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Workbook Class / getNames Method
In This Topic
    getNames Method
    In This Topic
    Returns the INames collection that represents the workbook-specified names.
    Overload List
    OverloadDescription
    Returns the INames collection that represents the workbook-specified names.  
    Gets all sheet names and tables names that will be used as the parameter source of ImportData.
    If the name is a table name, the worksheet name is qualified before the table name, such as "Sheet1!Table1".  
    Gets all sheet names and tables names that will be used as the parameter source of ImportData.
    If the name is a table name, the worksheet name is qualified before the table name, such as "Sheet1!Table1".  
    See Also