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


In This Topic
    CreateStreamFromObject(Object,Type,String,String) 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, _
       Optional ByVal prefix As String, _
       Optional ByVal namedSpace As String _
    ) As Stream
    'Usage
     
    
    Dim obj As Object
    Dim type As Type
    Dim prefix As String
    Dim namedSpace As String
    Dim value As Stream
     
    value = ExcelXMLHelpers.CreateStreamFromObject(obj, type, prefix, namedSpace)
    public static Stream CreateStreamFromObject( 
       object obj,
       Type type,
       string prefix,
       string namedSpace
    )

    Parameters

    obj
    obj
    type
    type
    prefix
    namedSpace

    Return Value

    stream about this file.
    See Also