dxSpreadSheetIsValidArea(TRect) Method
In This Article
Returns a value indicating whether the specified area is valid.
#Declaration
#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