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

TdxSpreadSheetTableViewOptionsPrintRect Class

Stores the Table View worksheet’s printed area.

#Declaration

Delphi
TdxSpreadSheetTableViewOptionsPrintRect = class(
    TcxRect
)

#Remarks

This class includes members that allow you to do the following:

  • Define a custom printed area in cells (Left, Top, Right, and Bottom).

  • Adjust the custom printed area’s dimensions (Width and Height).

  • Apply the custom printed area to a worksheet or ignore it (Assigned).

  • Restore the default printed area (Reset).

Note

Only the document-based spreadsheet report link can import and use the stored paper-related printer settings.

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

See Also