A Sandcastle Documented Class Library
Export Method (stream)
Namespaces ► Yogesh.ExcelXml ► ExcelXmlWorkbook ► Export(Stream)
Export the workbook to a stream

C# | Visual Basic | Visual C++ |
public bool Export( Stream stream )
Public Function Export ( _ stream As Stream _ ) As Boolean
public: bool Export( Stream^ stream )

- stream (Stream)
- Output stream

true if the export was successful, false otherwise