GrapeCity.Xaml.SpreadSheet.Data
AddTextFilter Method


The column index.
The text comparison type.
The text for comparison.
Adds the text filter for the row filter.
Syntax
'Declaration
 
Public Sub AddTextFilter( _
   ByVal column As Integer, _
   ByVal compareType As TextCompareType, _
   ByVal text As String _
) 
'Usage
 
Dim instance As RowFilterBase
Dim column As Integer
Dim compareType As TextCompareType
Dim text As String
 
instance.AddTextFilter(column, compareType, text)
public void AddTextFilter( 
   int column,
   TextCompareType compareType,
   string text
)

Parameters

column
The column index.
compareType
The text comparison type.
text
The text for comparison.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

RowFilterBase Class
RowFilterBase Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options