Excel for .NET
IndexOf メソッド (XLCellRangeCollection)

C1.Excel アセンブリ > C1.Excel 名前空間 > XLCellRangeCollection クラス : IndexOf メソッド
XLCellRange検索するオブジェクト。
コレクション内の XLCellRangeオブジェクトの位置を取得します。
シンタックス
'宣言
 
Public Function IndexOf( _
   ByVal cr As XLCellRange _
) As System.Integer
public System.int IndexOf( 
   XLCellRange cr
)

パラメータ

cr
XLCellRange検索するオブジェクト。

戻り値の型

コレクション内のオブジェクトの位置。オブジェクトがコレクションのメンバーではない場合は -1。
参照

XLCellRangeCollection クラス
XLCellRangeCollection メンバ