DataGrid REALbasic Plugin |
|
DataGrid.CellFromPoint Method
Finds a cell from a point inside the DataGrid control.
CellFromPoint(
x as Integer,
y as Integer,
CellX as Integer,
CellY as Integer)
Parameters
- x
- The x coordinate of the point used to find a cell.
- y
- The y coordinate of the point used to find a cell.
- CellX
- The corresponding column number is returned into this ByRef parameter.
- CellY
- The corresponding row number is returned into this ByRef parameter.
Remarks
See Also
DataGrid Control