RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGridPanel.CellRect Property

Returns the screen coordinates of a cell in the grid.

Pascal
property CellRect [AColumn, ARow: Integer]: TRect;
C++
__property TRect CellRect[int AColumn, ARow];

Use the CellRect property to return the screen coordinates of a cell in the grid. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!