Export Method (fileName)
From Yogesh.ExcelXml
A Sandcastle Documented Class Library
Export Method (fileName)
Namespaces ► Yogesh.ExcelXml ► ExcelXmlWorkbook ► Export(String)
Export the workbook to a file
| C# | Visual Basic | Visual C++ |
public bool Export( string fileName )
Public Function Export ( _ fileName As String _ ) As Boolean
public: bool Export( String^ fileName )
- fileName (String)
- Output file name
true if the export was successful, false otherwise