FlexPivot for WinForms
IndexOf(CellRange) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > CellRangeCollection クラス > IndexOf メソッド : IndexOf(CellRange) メソッド
Object to locate in the collection.
Gets the index of a CellRange object in the collection.
シンタックス
'宣言
 
Public Overloads Function IndexOf( _
   ByVal item As CellRange _
) As System.Integer
public System.int IndexOf( 
   CellRange item
)

パラメータ

item
Object to locate in the collection.

戻り値の型

The index of the object in the collection, or -1 if the object is not a member of the collection.
参照

CellRangeCollection クラス
CellRangeCollection メンバ
オーバーロード一覧