TdxSpreadSheetTableViewOptionsPrintSource.Area Property
Specifies the printing area in a worksheet.
Declaration
property Area: TdxSpreadSheetTableViewOptionsPrintRect read; write;
Property Value
Type |
---|
TdxSpreadSheetTableViewOptionsPrintRect |
Remarks
This property stores a rectangle bounding the printed cell range or cell ranges. If a particular file format has more than one printed area, these areas are merged into one and stored in the Area property.
If the Area property is unspecified, the entire worksheet is printed.
See Also