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

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > ApplySearch メソッド : ApplySearch(String,Boolean,Boolean,Boolean,Boolean) メソッド
Words which will be searched.
Defines will search results be highlighted or not.
Defines will search results be filtered or not.
Defines will perform search through only visible columns or not.
Defines will perform search through only visible rows 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, _
   ByVal onlyVisibleColumns As System.Boolean, _
   ByVal onlyVisibleRows As System.Boolean _
) 
public void ApplySearch( 
   System.string search,
   System.bool highlight,
   System.bool filter,
   System.bool onlyVisibleColumns,
   System.bool onlyVisibleRows
)

パラメータ

search
Words which will be searched.
highlight
Defines will search results be highlighted or not.
filter
Defines will search results be filtered or not.
onlyVisibleColumns
Defines will perform search through only visible columns or not.
onlyVisibleRows
Defines will perform search through only visible rows or not.
参照

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