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

dxSpreadSheetIsValidArea(TRect) Method

Returns a value indicating whether the specified area is valid.

#Declaration

Delphi
function dxSpreadSheetIsValidArea(const AArea: TRect): Boolean;

#Parameters

Name Type
AArea TRect

#Returns

Type
Boolean

#Remarks

This function returns True if the area, specified as the AArea parameter, is a valid rectangle whose bottom bound is located below the top bound, and the right bound is located to the right of the left bound. Otherwise, the dxSpreadSheetIsValidArea function returns False.

See Also