TdxSpreadSheetCustomReportLink.ClearPrintArea Method
In This Article
Clears the printed worksheet‘s custom print area.
#Declaration
Delphi
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 Clear
See Also