dxSpreadSheetGetRealArea(TRect) Method
Returns the validated area bounds.
Declaration
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