FlexPivot for WinForms
FindRowRegex メソッド (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : FindRowRegex メソッド
The regular expression pattern to match.
Index of the row where the search should start.
Column that contains the data 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 using a RegularExpression.
シンタックス
'宣言
 
Public Overridable Function FindRowRegex( _
   ByVal pattern As System.String, _
   ByVal rowStart As System.Integer, _
   ByVal col As System.Integer, _
   ByVal wrap As System.Boolean _
) As System.Integer
public virtual System.int FindRowRegex( 
   System.string pattern,
   System.int rowStart,
   System.int col,
   System.bool wrap
)

パラメータ

pattern
The regular expression pattern to match.
rowStart
Index of the row where the search should start.
col
Column that contains the data 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 matches the pattern, or -1 if no matches were found.
解説
The pattern parameter specifies a regular expression pattern expressed in the usual System.Text.RegularExpressions.Regex syntax. The regular expression syntax supports character classes, ranges, repeat counts, alternate matches, and more. Please refer to the .NET documentation for details and examples.
参照

C1FlexGridBase クラス
C1FlexGridBase メンバ