'Declaration Public Overloads Sub SetActiveCell( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal clearSelection As Boolean _ )
Parameters
- row
- Row index of cell
- column
- Column index of cell
- clearSelection
- Whether to clear selections
'Declaration Public Overloads Sub SetActiveCell( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal clearSelection As Boolean _ )
fpSpread1.ActiveSheet.SetActiveCell(2, 2, false);
FpSpread1.ActiveSheet.SetActiveCell(2, 2, False)