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

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

パラメータ

col
検索するアイテム。

戻り値の型

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

XLColumnCollection クラス
XLColumnCollection メンバ