SetActiveCell Method
SetActiveCell(int, int)
Sets the active cell on this worksheet.
Declaration
void SetActiveCell(int row, int column)
Sub SetActiveCell(row As Integer, column As Integer)
Parameters
Type |
Name |
Description |
int |
row |
Row index of cell
|
int |
column |
Column index of cell
|