TdxSpreadSheetTableViewOptionsPrintRect.Reset Method
Restores the Table View worksheet’s default printed area.
Declaration
procedure Reset;
Remarks
Call this procedure to remove the current print area limitations applied to a worksheet. The Reset procedure sets the Rect and Assigned properties to cxNullRect and False, respectively.
The Table View worksheet’s OptionsPrint.Reset procedure calls Reset internally to restore the default worksheet print area.
See Also