TdxSpreadSheetTableViewOptionsPrintPagePaper.Reset Method
Restores the default values of the printout page paper settings.
Declaration
procedure Reset; override;
Remarks
Invoke this procedure to restore the printout page paper format settings to the XLSX and XLTX file format default values. This method also sets the Assigned property to false.
The Reset procedure is invoked by the Reset method implemented in the TdxSpreadSheetTableViewOptionsPrint class.
See Also