Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLHelpers Class / FilterSupportedObjects Method


In This Topic
    FilterSupportedObjects Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function FilterSupportedObjects( _
       ByVal stream As Stream _
    ) As Stream
    'Usage
     
    
    Dim stream As Stream
    Dim value As Stream
     
    value = ExcelXMLHelpers.FilterSupportedObjects(stream)
    public static Stream FilterSupportedObjects( 
       Stream stream
    )

    Parameters

    stream
    See Also