バージョン

GetReferenceFromContext メソッド (UltraGridBase)

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

パラメータ

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