TdxSpreadSheetCustomReportLink.PrintArea Property
Specifies the actually printed portion of a worksheet.
Declaration
property PrintArea: TRect read; write;
Property Value
Type |
---|
TRect |
Remarks
Use this property to explicitly set the printed area of the active worksheet accessible via the Sheet property. If the PrintArea property is set to its default value, the actual printed area equals the worksheet’s Dimensions property value. You can call the ClearPrintArea procedure to reset the PrintArea property to the default value.
The default PrintArea property value is the dxPSEmptySSPrintArea global constant.
See Also