FlexPivot for WinForms
IndexOf(Int32,Int32) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > CellRangeCollection クラス > IndexOf メソッド : IndexOf(Int32,Int32) メソッド
Index of the row contained in the range.
Index of the column contained in the range.
Gets the index of the first CellRange object in the collection that contains the specified row and column.
シンタックス
'宣言
 
Public Overloads Function IndexOf( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As System.Integer
public System.int IndexOf( 
   System.int row,
   System.int col
)

パラメータ

row
Index of the row contained in the range.
col
Index of the column contained in the range.

戻り値の型

The index of the object in the collection, or -1 if no range could be found containing the specified row and column.
参照

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