TdxSpreadSheetTableView.PrintArea Property
In This Article
Returns the Table View worksheet’s content print limitation area.
#Declaration
Delphi
property PrintArea: TRect read;
#Property Value
Type |
---|
TRect |
#Remarks
You can use this property to obtain the actually printed rectangular portion of the worksheet’s content. The PrintArea property value depends on the OptionsPrint.Source.Area.Assigned property value:
Value | Print |
Description |
---|---|---|
False | The maximum available worksheet area, that is, the area whose width and height (in cells) equal dx |
The worksheet print area is not restricted. The actual printed area equals the Dimensions property value. |
True | The Options |
The worksheet print area equals the Print |
Note
You can set the Spreadsheet or Report Designer control’s Options
See Also