ComponentOne FlexPivot for WinForms
FindRow(String,Int32,Int32,Boolean,Boolean,Boolean) Method

C1.Win.FlexPivot.4 Assembly > C1.Win.FlexPivot Namespace > C1FlexPivotGrid Class > FindRow Method : FindRow(String,Int32,Int32,Boolean,Boolean,Boolean) Method
Syntax
'Declaration
 
Public Overloads Overridable Function FindRow( _
   ByVal strFind As System.String, _
   ByVal rowStart As System.Integer, _
   ByVal col As System.Integer, _
   ByVal caseSensitive As System.Boolean, _
   ByVal fullMatch As System.Boolean, _
   ByVal wrap As System.Boolean _
) As System.Integer
public virtual System.int FindRow( 
   System.string strFind,
   System.int rowStart,
   System.int col,
   System.bool caseSensitive,
   System.bool fullMatch,
   System.bool wrap
)

Parameters

strFind
rowStart
col
caseSensitive
fullMatch
wrap
See Also

Reference

C1FlexPivotGrid Class
C1FlexPivotGrid Members
Overload List