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

C1.Excel アセンブリ > C1.Excel 名前空間 > XLRowCollection クラス : IndexOf メソッド
検索するアイテム。
コレクション内の指定した XLRowオブジェクトのインデックスを取得します。
シンタックス
'宣言
 
Public Function IndexOf( _
   ByVal row As XLRow _
) As System.Integer
public System.int IndexOf( 
   XLRow row
)

パラメータ

row
検索するアイテム。

戻り値の型

コレクション内のアイテムの位置。アイテムがコレクションのメンバーでない場合は -1。
参照

XLRowCollection クラス
XLRowCollection メンバ