Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DynamicFilter Class / Type Property


In This Topic
    Type Property (DynamicFilter)
    In This Topic
    Gets or sets the dynamic filter type.
    Syntax
    'Declaration
     
    
    Public Property Type As DynamicFilterType
    'Usage
     
    
    Dim instance As DynamicFilter
    Dim value As DynamicFilterType
     
    instance.Type = value
     
    value = instance.Type
    public DynamicFilterType Type {get; set;}

    Property Value

    A DynamicFilterType value represents the dynamic filter type.
    See Also