Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / StartCellSelecting Method
Viewport row index
Viewport column index
Row index
Column index


In This Topic
StartCellSelecting Method
In This Topic
Starts selecting cells.
Syntax
'Declaration
 
Protected Sub StartCellSelecting( _
   ByVal rowPane As Integer, _
   ByVal columnPane As Integer, _
   ByVal row As Integer, _
   ByVal column As Integer _
) 
 
'Usage
 
Dim instance As SpreadView
Dim rowPane As Integer
Dim columnPane As Integer
Dim row As Integer
Dim column As Integer
 
instance.StartCellSelecting(rowPane, columnPane, row, column)

Parameters

rowPane
Viewport row index
columnPane
Viewport column index
row
Row index
column
Column index
See Also