A Sandcastle Documented Class Library
Import Method (importFile)
Namespaces ► Yogesh.ExcelXml ► ExcelXmlWorkbook ► Import(String)
Imports a excel xml workbook into a ExcelXmlWorkbook instance
Declaration Syntax| 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 )
Parameters- importFile (String)
- File to import
Return ValueIf import was successful, the ExcelXmlWorkbook instance, null otherwise