Skip to main content

TdxSpreadSheetTableViewOptionsPrintHeaderFooter.Reset Method

Restores the default settings of all worksheet printout headers and footers.

Declaration

procedure Reset; override;

Remarks

Invoke this procedure to quickly remove all contents from all headers and footers and restore the default values of the header/footer margin settings. 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