FlexPivot for WinForms
SearchApplyingEventArgs コンストラクタ

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > SearchApplyingEventArgs クラス : SearchApplyingEventArgs コンストラクタ
The words to search.
Determines whether search results are highlighted.
Determines whether the search results are filtered.
Determines whether to search only in visible columns.
Determines whether to search only in visible rows.
Initializes a new instance of the SearchApplyingEventArgs class.
シンタックス
'宣言
 
Public Function New( _
   ByVal text As System.String, _
   ByVal highlight As System.Boolean, _
   ByVal filter As System.Boolean, _
   ByVal onlyVisibleColumns As System.Boolean, _
   ByVal onlyVisibleRows As System.Boolean _
)
public SearchApplyingEventArgs( 
   System.string text,
   System.bool highlight,
   System.bool filter,
   System.bool onlyVisibleColumns,
   System.bool onlyVisibleRows
)

パラメータ

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.
参照

SearchApplyingEventArgs クラス
SearchApplyingEventArgs メンバ