Adds the top 10 filter for the row filter.
Syntax
'Declaration
Public Sub AddTop10Filter( _
ByVal column As System.Integer, _
ByVal As Top10ConditionType, _
ByVal As System.Integer _
)
'Usage
Dim instance As RowFilterBase
Dim column As System.Integer
Dim compareType As Top10ConditionType
Dim rank As System.Integer
instance.AddTop10Filter(column, compareType, rank)
public void AddTop10Filter(
System.int column,
Top10ConditionType ,
System.int
)
Parameters
- column
- The column index.
- compareType
- The comparison type.
- rank
- The item count of the top 10 condition.
See Also