StyleGrid REALbasic Plugin |
|
StyleGrid.CellFromPoint Method
Finds a cell from a point inside the StyleGrid 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
StyleGrid Control