StyleGrid REALbasic Plugin |
|
StyleGrid.CellBounds Method
Returns the bounds of a specified cell.
CellBounds(
x as Integer,
y as Integer,
left as Integer,
top as Integer,
width as Integer,
height as Integer)
Parameters
- x
- The x position of the cell for which you want to find the bounds.
- y
- The y position of the cell for which you want to find the bounds.
- left
- The left bound is returned into this ByRef parameter, in local coordinates to the StyleGrid control.
- top
- The top bound is returned into this ByRef parameter, in local coordinates to the StyleGrid control.
- width
- The width is returned into this ByRef parameter.
- height
- The height is returned into this ByRef parameter.
Remarks
See Also
StyleGrid Control