[]
Gets the CellReference at the specified pointer location.
public CellReference GetCellReference(int x, int y)
Public Function GetCellReference(x As Integer, y As Integer) As CellReference
Type | Name | Description |
---|---|---|
int | x | X-coordinate (in pixels) of the pointer location |
int | y | Y-coordinate (in pixels) of the pointer location |
Type | Description |
---|---|
CellReference | The CellReference at the specified pointer location. |