'宣言 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 )