ComponentOne Scheduler for WinForms
FindRowRegex Method (BaseTableView)

C1.Win.C1Schedule.Extended.4 Assembly > C1.Win.C1Schedule Namespace > BaseTableView 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

BaseTableView Class
BaseTableView Members