Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLHelpers Class / CreateStreamFromObject Method / CreateStreamFromObject(Object,Type,ISupportedProduct,Boolean) Method
obj
type


In This Topic
    CreateStreamFromObject(Object,Type,ISupportedProduct,Boolean) Method
    In This Topic
    Creates the stream from object and type.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function CreateStreamFromObject( _
       ByVal obj As Object, _
       ByVal type As Type, _
       ByVal supportProduct As ISupportedProduct, _
       ByVal multiThread As Boolean _
    ) As Stream
    'Usage
     
    
    Dim obj As Object
    Dim type As Type
    Dim supportProduct As ISupportedProduct
    Dim multiThread As Boolean
    Dim value As Stream
     
    value = ExcelXMLHelpers.CreateStreamFromObject(obj, type, supportProduct, multiThread)
    public static Stream CreateStreamFromObject( 
       object obj,
       Type type,
       ISupportedProduct supportProduct,
       bool multiThread
    )

    Parameters

    obj
    obj
    type
    type
    supportProduct
    multiThread

    Return Value

    stream about this file.
    See Also