[]
Sets the active cell on this sheet.
public void SetActiveCell(int row, int column)
Public Sub SetActiveCell(row As Integer, column As Integer)
| Type | Name | Description |
|---|---|---|
| int | row | Row index of cell |
| int | column | Column index of cell |
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)
| Type | Name | Description |
|---|---|---|
| int | row | Row index of cell |
| int | column | Column index of cell |
| bool | clearSelection | Whether to clear selections |