'Declaration Public Function New( _ ByVal text As String, _ ByVal highlight As Boolean, _ ByVal filter As Boolean, _ ByVal onlyVisibleColumns As Boolean, _ ByVal onlyVisibleRows As Boolean _ )
public SearchAppliedEventArgs( string text, bool highlight, bool filter, bool onlyVisibleColumns, bool onlyVisibleRows )
Parameters
- text
- The words to search.
- highlight
- Determines whether 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.