Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetTableViewOptionsPrintSource Class

The worksheet display options for page printouts.

#Declaration

Delphi
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