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

TdxSpreadSheetCustomReportLink.PrintArea Property

Specifies the actually printed portion of a worksheet.

#Declaration

Delphi
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