'宣言 Public Overloads Sub ApplySearch( _ ByVal search As System.String, _ ByVal highlightMode As SearchHighlightMode, _ ByVal filter As System.Boolean, _ ByVal onlyVisibleColumns As System.Boolean, _ ByVal onlyVisibleRows As System.Boolean _ )
public void ApplySearch( System.string search, SearchHighlightMode highlightMode, System.bool filter, System.bool onlyVisibleColumns, System.bool onlyVisibleRows )
パラメータ
- search
 - 検索される単語。
 - highlightMode
 - 検索結果の強調表示方法を定義します。
 - filter
 - 検索結果をフィルタ処理するかどうかを定義します。
 - onlyVisibleColumns
 - 表示されている列だけを検索するかどうかを定義します。
 - onlyVisibleRows
 - 表示されている行内だけを検索するかどうかを定義します。