バージョン

RemoveFormula メソッド

フォーム上のUltraCalcManagerコンポーネントがこのプロパティを自身に設定します。このプロパティのSet実装は、IUltraCalcManagerのAddParticipantを呼び出して、CalcManagerのParticipantsコレクションに自身を追加する必要があります。
シンタックス
'宣言
 
Sub RemoveFormula( _
   ByVal formula As ICalculationFormula _
) 
void RemoveFormula( 
   ICalculationFormula formula
)

パラメータ

formula
計算ネットワークから削除する Infragistics.Calculations.Engine.ICalculationFormula
参照