IsSelected(int, int) method
Visual Basic syntax
Public Function IsSelected (ByVal x As Integer, ByVal y As Integer) As Boolean
C# syntax
public bool IsSelected (int x, int y)
Parameters
-
x –
Zero-based column of the cell to test
-
y –
Zero-based row of the cell to test
Returns
flag indicating if the cell at the specified coordinates is selected