[]
Determines whether the specified cell is in the selection.
bool IsSelected(int row, int column)
Function IsSelected(row As Integer, column As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | row | Row index of the cell |
int | column | Column index of the cell |
Type | Description |
---|---|
bool | True if cell is in selection; false otherwise |