Skip to main content

TdxSpreadSheetTableViewOptionsPrint.Printing Property

Provides access to a Table View worksheet’s printer-related settings.

Declaration

property Printing: TdxSpreadSheetTableViewOptionsPrintPrinting read; write;

Property Value

Type
TdxSpreadSheetTableViewOptionsPrintPrinting

Remarks

You can use the Printing.PageOrder and Printing.Copies properties to set the printout page numbering order and the number of printed copies. To restore the default printer settings, call the Printing.Reset procedure.

Refer to the TdxSpreadSheetTableViewOptionsPrintPrinting class description for detailed information on all available options.

See Also