FlexPivot for WinForms
ApplySearch(String,Boolean,Boolean) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > ApplySearch メソッド : ApplySearch(String,Boolean,Boolean) メソッド
Words which will be searched.
Defines will search results be highlighted or not.
Defines will search results be filtered or not.
Applies search to the data on the grid.
シンタックス
'宣言
 
Public Overloads Sub ApplySearch( _
   ByVal search As System.String, _
   ByVal highlight As System.Boolean, _
   ByVal filter As System.Boolean _
) 
public void ApplySearch( 
   System.string search,
   System.bool highlight,
   System.bool filter
)

パラメータ

search
Words which will be searched.
highlight
Defines will search results be highlighted or not.
filter
Defines will search results be filtered or not.
参照

C1FlexGridBase クラス
C1FlexGridBase メンバ
オーバーロード一覧