GrapeCity.Xaml.SpreadSheet.Data
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 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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

RowFilterBase Class
RowFilterBase Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options