TdxSpreadSheetTableViewOptionsPrintRect Properties
Stores the Table View worksheet’s printed area.Name | Description |
---|---|
Assigned | Specifies if the Table View worksheet’s printed area is treated as custom. |
Bottom | Specifies the vertical offset of the rectangle’s right-bottom corner or the bottom margin, in pixels. Inherited from TcxRectBasedGeometryObject. |
BottomLeft | Specifies the position of the rectangle’s bottom-left corner. Inherited from TcxRect. |
BottomRight | Specifies the position of the rectangle’s bottom-right corner. Inherited from TcxRect. |
Height | Specifies the rectangle’s height, in pixels. Inherited from TcxRectBasedGeometryObject. |
Left | Specifies the horizontal offset of the rectangle’s left-top corner or the left margin, in pixels. Inherited from TcxRectBasedGeometryObject. |
Owner protected | Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent. |
Rect | This property is deprecated. Use the Value property instead. Inherited from TcxRect. |
Right | Specifies the horizontal offset of the rectangle’s right-bottom corner or the right margin, in pixels. Inherited from TcxRectBasedGeometryObject. |
Top | Specifies the vertical offset of the rectangle’s left-top corner or the top margin, in pixels. Inherited from TcxRectBasedGeometryObject. |
TopLeft | Specifies the position of the rectangle’s top-left corner. Inherited from TcxRect. |
TopRight | Specifies the position of the rectangle’s top-right corner. Inherited from TcxRect. |
Value | Specifies geometry information as a TRect value. Inherited from TcxRectBasedGeometryObject. |
Width | Specifies the rectangle’s width, in pixels. Inherited from TcxRectBasedGeometryObject. |
See Also