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.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxOwnedInterfacedPersistent
TcxLockablePersistent
TcxGeometryObject
TcxRectBasedGeometryObject
TcxRect
TdxSpreadSheetTableViewOptionsPrintRect
See Also