Skip to main content

TdxSpreadSheetCustomReportLink.ClearPrintArea Method

Declaration

procedure ClearPrintArea;

Remarks

Call this procedure to restore the default worksheet print defined by the printed content’s dimensions. The ClearPrintArea procedure replaces the current PrintArea property value with the dxPSEmptySSPrintArea global constant.

Note

Calling the ClearPrintArea procedure has no effect if the PrintAreaExists function returns False.

See Also