Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetActiveCell Method / SetActiveCell(Int32,Int32) Method
Row index of cell
Column index of cell


In This Topic
SetActiveCell(Int32,Int32) Method
In This Topic
Sets the active cell on this sheet.
Syntax
'Declaration
 
Public Overloads Sub SetActiveCell( _
   ByVal row As Integer, _
   ByVal column As Integer _
) 
 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
 
instance.SetActiveCell(row, column)

Parameters

row
Row index of cell
column
Column index of cell
See Also