Spread Silverlight Documentation
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 System.Integer, _
   ByVal compareType As TextCompareType, _
   ByVal text As System.String _
) 
'Usage
 
Dim instance As RowFilterBase
Dim column As System.Integer
Dim compareType As TextCompareType
Dim text As System.String
 
instance.AddTextFilter(column, compareType, text)
public void AddTextFilter( 
   System.int column,
   TextCompareType compareType,
   System.string text
)

Parameters

column
The column index.
compareType
The text comparison type.
text
The text for comparison.
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.