Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetCell.GetAbsoluteBounds Method

Returns the absolute coordinates (in pixels) of the current cell object‘s boundaries in the Table View worksheet.

#Declaration

Delphi
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