TdxSpreadSheetCustomReportLink.ClearPrintArea Method
Clears the printed worksheet‘s custom print area.
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