Spread Silverlight Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

RowFilterBase Class
RowFilterBase Members

 

 


Copyright © GrapeCity, inc. All rights reserved.