A Sandcastle Documented Class Library
Import Method (importFile)
Namespaces ► Yogesh.ExcelXml ► ExcelXmlWorkbook ► Import(String)
Imports a excel xml workbook into a ExcelXmlWorkbook instance

C# | Visual Basic | Visual C++ |
public static ExcelXmlWorkbook Import( string importFile )
Public Shared Function Import ( _ importFile As String _ ) As ExcelXmlWorkbook
public: static ExcelXmlWorkbook^ Import( String^ importFile )

- importFile (String)
- File to import

If import was successful, the ExcelXmlWorkbook instance, null otherwise