FlexPivot for WinForms
FindRow(Object,Int32,Int32,Boolean) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > FindRow メソッド : FindRow(Object,Int32,Int32,Boolean) メソッド
Object to look for.
Index of the row where the search should start.
Column to be searched.
Whether the search should stop at the bottom of the grid or wrap around and restart from the first scrollable row.
Finds a row that contains a specified value in a given column.
シンタックス
'宣言
 
Public Overloads Overridable Function FindRow( _
   ByVal objFind As System.Object, _
   ByVal rowStart As System.Integer, _
   ByVal col As System.Integer, _
   ByVal wrap As System.Boolean _
) As System.Integer
public virtual System.int FindRow( 
   System.object objFind,
   System.int rowStart,
   System.int col,
   System.bool wrap
)

パラメータ

objFind
Object to look for.
rowStart
Index of the row where the search should start.
col
Column to be searched.
wrap
Whether the search should stop at the bottom of the grid or wrap around and restart from the first scrollable row.

戻り値の型

The index of the row that contains the data, or -1 if the objFind object is not found.
参照

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