バージョン

FormulaRow コンストラクタ

コンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal condition As Infragistics.Win.FormulaCondition, _
   ByVal isComplement As Boolean _
)
public FormulaRow( 
   Infragistics.Win.FormulaCondition condition,
   bool isComplement
)

パラメータ

condition
関連付けられた Infragistics.Win.ICondition
isComplement
条件が Infragistics.Win.ComplementCondition の場合は True。
参照