Skip to main content

TdxSpreadSheetTableViewOptionsPrintRect Class

Stores the Table View worksheet’s printed area.

Declaration

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