PowerTools MultiRow for Windows Forms 8.0J
Filtering メソッド (FilteringTextBoxCell)

FilteringTextBoxCellの編集された書式設定値。
ターゲットセルの値。
ターゲットセルの親RowIndex。
FilteringTextBoxCellの編集された書式設定値で、指定した値をフィルタリングします。
構文
Protected Overridable Function Filtering( _
   ByVal editedFormattedValue As Object, _
   ByVal targetCellValue As Object, _
   ByVal targetRowIndex As Integer _
) As Boolean

パラメータ

editedFormattedValue
FilteringTextBoxCellの編集された書式設定値。
targetCellValue
ターゲットセルの値。
targetRowIndex
ターゲットセルの親RowIndex。

戻り値の型

targetValueがフィルタリングされた場合はtrue。それ以外の場合はfalse
解説
このFilteringTextBoxCellを継承する場合は、このメソッドをオーバーライドして独自のフィルタリングロジックを実装できます。
参照

FilteringTextBoxCell クラス
FilteringTextBoxCell メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.