'宣言 Public Function IndexOf( _ ByVal cr As XLCellRange _ ) As System.Integer
public System.int IndexOf( XLCellRange cr )
パラメータ
- cr
- 検索する XLCellRange オブジェクト。
戻り値の型
コレクション内のオブジェクトの位置。オブジェクトがコレクションのメンバでない場合は、-1。
'宣言 Public Function IndexOf( _ ByVal cr As XLCellRange _ ) As System.Integer
public System.int IndexOf( XLCellRange cr )