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

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > FindRow メソッド : FindRow(String,Int32,Int32,Boolean,Boolean,Boolean) メソッド
String to look for.
Index of the row where the search should start.
Column that contains the data to be searched.
Whether the search should be case-sensitive.
Whether a full match is required. If this parameter is set to false, searching for "John" may return a row that contains "Johnson".
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 string.
シンタックス
'宣言
 
Public Overloads Overridable Function FindRow( _
   ByVal strFind As System.String, _
   ByVal rowStart As System.Integer, _
   ByVal col As System.Integer, _
   ByVal caseSensitive As System.Boolean, _
   ByVal fullMatch As System.Boolean, _
   ByVal wrap As System.Boolean _
) As System.Integer
public virtual System.int FindRow( 
   System.string strFind,
   System.int rowStart,
   System.int col,
   System.bool caseSensitive,
   System.bool fullMatch,
   System.bool wrap
)

パラメータ

strFind
String to look for.
rowStart
Index of the row where the search should start.
col
Column that contains the data to be searched.
caseSensitive
Whether the search should be case-sensitive.
fullMatch
Whether a full match is required. If this parameter is set to false, searching for "John" may return a row that contains "Johnson".
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 string, or -1 if the string is not found.
解説
To allow users to search for data as they type, use the AutoSearch property.
参照

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