Spread Silverlight Documentation
AddTop10Filter Method


GrapeCity.Windows.SpreadSheet.Data Namespace > RowFilterBase Class : AddTop10Filter Method
The column index.
The comparison type.
The item count of the top 10 condition.
Adds the top 10 filter for the row filter.
Syntax
'Declaration
 
Public Sub AddTop10Filter( _
   ByVal column As System.Integer, _
   ByVal compareType As Top10ConditionType, _
   ByVal rank 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 compareType,
   System.int rank
)

Parameters

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

Reference

RowFilterBase Class
RowFilterBase Members