dxPSEmptySSPrintArea Constant
In This Article
Specifies the TRect value corresponding to the default print area within the active worksheet.
#Declaration
Delphi
const dxPSEmptySSPrintArea: TRect = (Left: -1; Top: -1; Right: -1; Bottom: -1);
#Returns
Type |
---|
TRect |
#Remarks
The dxPSEmptySSPrintArea global constant is the basic Spreadsheet report link‘s default PrintArea property value.
See Also