Skip to main content

TdxSpreadSheetTableViewOptionsPrintSource Class

The worksheet display options for page printouts.

Declaration

TdxSpreadSheetTableViewOptionsPrintSource = class(
    TdxSpreadSheetTableViewOptionsPrintCustomPersistent
)

Remarks

This class extends its ancestor class with the following properties:

  • The Area property that allows you to specify the exact worksheet printed area;

  • The ErrorIndication property providing a selection of ways to display cell errors in worksheet printouts;

  • The GridLines and Headers properties that control the visibility of the respective worksheet elements in page printouts.

The Table View worksheet’s OptionsPrint.Source property references a TdxSpreadSheetTableViewOptionsPrintSource object.

Inheritance

See Also