FlexGrid for WinForms
Select(Int32,Int32,Int32,Int32,Boolean) Method



New value for the Row property.
New value for the Col property.
New value for the RowSel property.
New value for the ColSel property.
Whether to scroll the new selection into view.
Selects a range of cells.
Syntax
'Declaration
 
Public Overloads Sub Select( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal rowSel As Integer, _
   ByVal colSel As Integer, _
   ByVal show As Boolean _
) 
'Usage
 
Dim instance As C1FlexGridBase
Dim row As Integer
Dim col As Integer
Dim rowSel As Integer
Dim colSel As Integer
Dim show As Boolean
 
instance.Select(row, col, rowSel, colSel, show)
public void Select( 
   int row,
   int col,
   int rowSel,
   int colSel,
   bool show
)
public:
void Select( 
   int row,
   int col,
   int rowSel,
   int colSel,
   bool show
) 

Parameters

row
New value for the Row property.
col
New value for the Col property.
rowSel
New value for the RowSel property.
colSel
New value for the ColSel property.
show
Whether to scroll the new selection into view.
Remarks
Using the Select(CellRange,Boolean) method is equivalent to setting the Row, Col, RowSel, and ColSel properties.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback