Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / RangeFilteringEventArgs Class / FilterValues Property


In This Topic
    FilterValues Property (RangeFilteringEventArgs)
    In This Topic
    Gets the values to filter the column by.
    Syntax
    'Declaration
     
    Public ReadOnly Property FilterValues As Object()
    'Usage
     
    Dim instance As RangeFilteringEventArgs
    Dim value() As Object
     
    value = instance.FilterValues
    public object[] FilterValues {get;}

    Property Value

    The values to filter the column by.
    See Also