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

dxSpreadSheetGetRealArea(TRect) Method

Returns the validated area bounds.

#Declaration

Delphi
function dxSpreadSheetGetRealArea(const AArea: TRect): TRect;

#Parameters

Name Type
AArea TRect

#Returns

Type
TRect

#Remarks

This function validates the invalid area specified as the AArea parameter and sets it within the Table View‘s content area. If the specified area is both valid and located within the content area, the dxSpreadSheetGetRealArea function returns it unchanged.

See Also