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