TdxSpreadSheetTableViewOptionsPrintPrinting Class
Stores printer-related settings applied to a specific Table View worksheet.
Declaration
TdxSpreadSheetTableViewOptionsPrintPrinting = class(
TdxSpreadSheetTableViewOptionsPrintCustomPersistent
)
Remarks
This class provides the following members that allow you to:
Change horizontal and vertical worksheet content alignment in printout pages (HorizontalCentered and VerticalCentered);
Toggle the black and white print mode for a worksheet (BlackAndWhite);
Set the printout page numbering order and the number of printed worksheet copies (PageOrder and Copies);
Toggle the draft print mode (Draft);
Identify if specific printer settings affect the worksheet (ActualHorizontalCentered, ActualVerticalCentered, ActualBlackAndWhite, ActualDraft, and ActualPageOrder);
Restore the worksheet’s default printer-related settings (Reset);
Direct TdxSpreadSheetTableViewOptionsPrintPrinting Class Reference
The Table View worksheet’s OptionsPrint.Printing property references a TdxSpreadSheetTableViewOptionsPrintPrinting
object.