CreateStreamFromObject(Object,Type,String,String) Method
Creates the stream from object and type.
'Declaration
Public Overloads Shared Function CreateStreamFromObject( _
ByVal As Object, _
ByVal As Type, _
Optional ByVal As String, _
Optional ByVal 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)
Parameters
- obj
- obj
- type
- type
- prefix
- namedSpace
Return Value
stream about this file.