Import Method (stream)

Yogesh.ExcelXml

A Sandcastle Documented Class Library Import Method (stream)
NamespacesYogesh.ExcelXmlExcelXmlWorkbookImport(Stream)
Imports a excel xml workbook into a ExcelXmlWorkbook instance
Declaration Syntax
C# Visual Basic Visual C++
public static ExcelXmlWorkbook Import(
	Stream stream
)
Public Shared Function Import ( _
	stream As Stream _
) As ExcelXmlWorkbook
public:
static ExcelXmlWorkbook^ Import(
	Stream^ stream
)
Parameters
stream (Stream)
Stream to import
Return Value
If import was successful, the ExcelXmlWorkbook instance, null otherwise

Assembly: Yogesh.ExcelXml (Module: Yogesh.ExcelXml) Version: 2.89.501.2158