'Declaration
Public Function New( _ ByVal text As String, _ ByVal highlightMode As SearchHighlightMode, _ ByVal filter As Boolean, _ ByVal onlyVisibleColumns As Boolean, _ ByVal onlyVisibleRows As Boolean _ )
public SearchAppliedEventArgs( string text, SearchHighlightMode highlightMode, bool filter, bool onlyVisibleColumns, bool onlyVisibleRows )
Parameters
- text
- The words to search.
- highlightMode
- Determines how to search results are highlighted.
- filter
- Determines whether the search results are filtered.
- onlyVisibleColumns
- Determines whether to search only in visible columns.
- onlyVisibleRows
- Determines whether to search only in visible rows.