Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / RowFilterBase Class / AddTop10Filter Method
The column index.
The comparison type.
The item count of the top 10 condition.


In This Topic
    AddTop10Filter Method
    In This Topic
    Adds the top 10 filter for the row filter.
    Syntax
    'Declaration
     
    Public Sub AddTop10Filter( _
       ByVal column As Integer, _
       ByVal compareType As Top10ConditionType, _
       ByVal rank As Integer _
    ) 
    'Usage
     
    Dim instance As RowFilterBase
    Dim column As Integer
    Dim compareType As Top10ConditionType
    Dim rank As Integer
     
    instance.AddTop10Filter(column, compareType, rank)
    public void AddTop10Filter( 
       int column,
       Top10ConditionType compareType,
       int rank
    )

    Parameters

    column
    The column index.
    compareType
    The comparison type.
    rank
    The item count of the top 10 condition.
    See Also