SearchAppliedEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal onlyVisibleColumns As System.Boolean, _
ByVal As System.Boolean _
)
public SearchAppliedEventArgs(
System.string ,
System.bool ,
System.bool ,
System.bool onlyVisibleColumns,
System.bool
)
パラメータ
- text
- 検索する単語。
- highlight
- 検索結果を強調表示するかどうかを決定します。
- filter
- 検索結果をフィルタ処理するかどうかを決定します。
- onlyVisibleColumns
- 表示されている列のみを検索するかどうかを決定します。
- onlyVisibleRows
- 表示されている行のみを検索するかどうかを決定します。
参照