public static object CreateObjectFromStream( Stream stream, Type type )
'Declaration Public Shared Function CreateObjectFromStream( _ ByVal stream As Stream, _ ByVal type As Type _ ) As Object
'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)
'Usage
Dim stream As Stream Dim type As Type Dim value As Object value = ExcelXMLHelpers.CreateObjectFromStream(stream, type)
ExcelXMLHelpers Class ExcelXMLHelpers Members