'Declaration Public Sub SetActiveCell( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal clearSelection As Boolean _ )
Parameters
- row
- The active row index.
- column
- The active column index.
- clearSelection
- if set to
true
clears the old selection.