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.string
)
Parameters
- fileName
- The path and name for the file.
Return Value
An array of possible import names.
See Also