バージョン

IndexOf メソッド (UltraCalcReferenceCollection)

指定した要素の位置を示すインデックスを返します。
シンタックス
'宣言
 
Public Function IndexOf( _
   ByVal reference As Infragistics.Win.CalcEngine.IUltraCalcReference _
) As Integer
public int IndexOf( 
   Infragistics.Win.CalcEngine.IUltraCalcReference reference
)

パラメータ

reference
位置を取得する要素。

戻り値の型

参照のインデックス。
参照