FlexGrid 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) メソッド
検索される単語。
検索結果を強調表示するかどうかを定義します。
検索結果をフィルタ処理するかどうかを定義します。
表示されている列だけを検索するかどうかを定義します。
表示されている行内だけを検索するかどうかを定義します。
グリッド内のデータに検索を適用します。
シンタックス
'宣言
 
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
検索される単語。
highlight
検索結果を強調表示するかどうかを定義します。
filter
検索結果をフィルタ処理するかどうかを定義します。
onlyVisibleColumns
表示されている列だけを検索するかどうかを定義します。
onlyVisibleRows
表示されている行内だけを検索するかどうかを定義します。
参照

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