TdxSpreadSheetTableViewOptionsPrintSource.Reset Method
Restores the default display settings of the source worksheet.
Declaration
procedure Reset; override;
Remarks
Invoke this procedure to remove the current worksheet printing area and restore the default values of the ErrorIndication, GridLines, and Headers properties. The Reset procedure also makes the Area property unassigned.
The Reset procedure is invoked by the Reset method implemented in the TdxSpreadSheetTableViewOptionsPrint class.
See Also