バージョン

GetReferenceFromContext メソッド (UltraGridColumn)

コンテキストに基づいて Infragistics.Win.CalcEngine.IUltraCalcReference を返します。または何も見つからない場合には null を返します。
シンタックス
'宣言
 
Public Function GetReferenceFromContext( _
   ByVal context As Object _
) As Infragistics.Win.CalcEngine.IUltraCalcReference
public Infragistics.Win.CalcEngine.IUltraCalcReference GetReferenceFromContext( 
   object context
)

パラメータ

context
参照元のコンテキスト。グリッドの場合、通常 UltraGridCell または UltraGridRow です。
参照