Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLHelpers Class / WriteObjectToStream Method
obj
type
The stream


In This Topic
WriteObjectToStream Method
In This Topic
Write the object of type to stream.
Syntax
'Declaration
 
Public Shared Sub WriteObjectToStream( _
   ByVal obj As Object, _
   ByVal type As Type, _
   ByVal stream As Stream _
) 
 
'Usage
 
Dim obj As Object
Dim type As Type
Dim stream As Stream
 
ExcelXMLHelpers.WriteObjectToStream(obj, type, stream)

Parameters

obj
obj
type
type
stream
The stream
See Also