Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLHelpers Class / CreateObjectFromStream(Stream,Type) Method
file stream
type


In This Topic
CreateObjectFromStream(Stream,Type) Method
In This Topic
Creates the object from stream and type.
Syntax
'Declaration
 
Public Shared Function CreateObjectFromStream( _
   ByVal stream As Stream, _
   ByVal type As Type _
) As Object
 
'Usage
 
Dim stream As Stream
Dim type As Type
Dim value As Object
 
value = ExcelXMLHelpers.CreateObjectFromStream(stream, type)

Parameters

stream
file stream
type
type

Return Value

object about this file
See Also