TdxSpreadSheetTableViewOptionsPrintHeaderFooterText.Reset Method
Restores the default state of a worksheet printout page’s header or footer.
Declaration
procedure Reset; override;
Remarks
Call this procedure to delete the content in all sections of a printout page’s header or footer. The Reset procedure assigns an empty string to the LeftSection, CenterSection, and RightSection properties, and sets the Assigned property to False to indicate that all sections are empty.
The Table View worksheet’s OptionsPrint.Reset procedure calls the Reset procedure internally to clear all page headers and footers.
See Also