Documents for Excel, Java Edition Documentation
com.grapecity.documents.excel Package / Workbook Class / getNames Method
In This Topic
    getNames Method
    In This Topic
    Returns the INames collection that represents all the names in thespecified workbook (including all worksheet-specific names).
    Overload List
    OverloadDescription
    Returns the INames collection that represents all the names in thespecified workbook (including all worksheet-specific 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