[]
Determines whether the specified cell is in the selection.
public virtual bool IsSelected(int row, int column)
Public Overridable 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 the selection; false otherwise |