TdxSpreadSheetTableViewOptionsPrintPageMargins.Reset Method
Restores the default values of the worksheet page printout margins and header/footer size settings.
Declaration
procedure Reset; override;
Remarks
Use this procedure to set the Footer, Header, Bottom, Left, Right, and Top properties to 0. Additionally, the Reset procedure sets the Assigned property to False.
The Reset procedure is invoked by the Reset method implemented in the TdxSpreadSheetTableViewOptionsPrint class.
See Also