ComponentOne FlexPivot for WinForms
Select(Int32,Int32,Int32,Int32,Boolean) Method

C1.Win.FlexPivot.4 Assembly > C1.Win.FlexPivot Namespace > C1FlexPivotGrid Class > Select Method : Select(Int32,Int32,Int32,Int32,Boolean) Method
Syntax
'Declaration
 
Public Overloads Sub Select( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal rowSel As System.Integer, _
   ByVal colSel As System.Integer, _
   ByVal show As System.Boolean _
) 
public void Select( 
   System.int row,
   System.int col,
   System.int rowSel,
   System.int colSel,
   System.bool show
)

Parameters

row
col
rowSel
colSel
show
See Also

Reference

C1FlexPivotGrid Class
C1FlexPivotGrid Members
Overload List