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