'Declaration Public Overloads Sub SetActiveCell( _ ByVal row As Integer, _ ByVal column As Integer _ )
Parameters
- row
- Row index of cell
- column
- Column index of cell
'Declaration Public Overloads Sub SetActiveCell( _ ByVal row As Integer, _ ByVal column As Integer _ )
fpSpread1.ActiveSheet.SetActiveCell(2, 2);
FpSpread1.ActiveSheet.SetActiveCell(2, 2)