Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetTableViewOptionsPrintSource.Area Property

Specifies the printing area in a worksheet.

#Declaration

Delphi
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