FindRowRegex Method (C1TableView)
In This Topic
Syntax
'Declaration
Public Overridable Function FindRowRegex( _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Boolean _
) As System.Integer
public virtual System.int FindRowRegex(
System.string ,
System.int ,
System.int ,
System.bool
)
Parameters
- pattern
- rowStart
- col
- wrap
See Also