[]
Gets whether the specified cell on this sheet is selected.
public bool IsSelected(int row, int column)
Public Function IsSelected(row As Integer, column As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | row | Row index |
| int | column | Column index |
| Type | Description |
|---|---|
| bool | True if cell is in selection; false otherwise |