FindRow(String,Int32,Int32,Boolean,Boolean,Boolean) Method
In This Topic
Syntax
'Declaration
Public Overloads Overridable Function FindRow( _
ByVal As String, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean _
) As Integer
public virtual int FindRow(
string ,
int ,
int ,
bool ,
bool ,
bool
)
Parameters
- strFind
- rowStart
- col
- caseSensitive
- fullMatch
- wrap
See Also