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