ComponentOne FlexPivot for WinForms
FindRowRegex Method

C1.Win.FlexPivot.4 Assembly > C1.Win.FlexPivot Namespace > C1FlexPivotGrid Class : FindRowRegex Method
Syntax
'Declaration
 
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
)

Parameters

pattern
rowStart
col
wrap
See Also

Reference

C1FlexPivotGrid Class
C1FlexPivotGrid Members