[]
Sets the active cell on this sheet.
public void SetActiveCell(int row, int column)
Public Sub SetActiveCell(row As Integer, column As Integer)
Sets the active cell on this sheet.
public void SetActiveCell(int row, int column, bool clearSelection)
Public Sub SetActiveCell(row As Integer, column As Integer, clearSelection As Boolean)