Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / Workbook Class / GetNames Method / GetNames(Stream) Method
The fileStream of a workbook.
In This Topic
    GetNames(Stream) Method
    In This Topic
    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".
    Syntax
    public static System.string[] GetNames( 
       System.IO.Stream fileStream
    )

    Parameters

    fileStream
    The fileStream of a workbook.

    Return Value

    An array of possible import names.
    See Also