Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLHelpers Class / CreateObjectFromStream Method
file stream
type


In This Topic
    CreateObjectFromStream 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)
    public static object CreateObjectFromStream( 
       Stream stream,
       Type type
    )

    Parameters

    stream
    file stream
    type
    type

    Return Value

    object about this file
    See Also