TdxSpreadSheetCell.GetAbsoluteBounds Method
Returns the absolute coordinates (in pixels) of the current cell object‘s boundaries in the Table View worksheet.
Declaration
function GetAbsoluteBounds: TRect;
Returns
Type |
---|
TRect |
Remarks
Use this function in order to obtain the absolute distances (in pixels) between the origin (i.e., upper-left) point of the Table View worksheet’s content area and the left, top, right, and bottom borders of the current cell object, respectively:
See Also