Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DynamicFilter Class / DynamicFilter Constructor
A DynamicFilterType value indicates the dynamic filter type.


In This Topic
    DynamicFilter Constructor
    In This Topic
    Initializes a new instance of the DynamicFilter class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As DynamicFilterType _
    )
    'Usage
     
    
    Dim type As DynamicFilterType
     
    Dim instance As New DynamicFilter(type)
    public DynamicFilter( 
       DynamicFilterType type
    )

    Parameters

    type
    A DynamicFilterType value indicates the dynamic filter type.
    See Also