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

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

Parameters

objFind
rowStart
col
wrap
See Also

Reference

C1FlexPivotGrid Class
C1FlexPivotGrid Members
Overload List