Spread Windows Forms 12.0 Product Documentation
SetActiveCell Method (IWorksheetView)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheetView Interface : SetActiveCell Method
Row index of cell
Column index of cell
Sets the active cell on this worksheet.
Syntax
'Declaration
 
Sub SetActiveCell( _
   ByVal row As Integer, _
   ByVal column As Integer _
) 
'Usage
 
Dim instance As IWorksheetView
Dim row As Integer
Dim column As Integer
 
instance.SetActiveCell(row, column)
void SetActiveCell( 
   int row,
   int column
)

Parameters

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

Reference

IWorksheetView Interface
IWorksheetView Members