TdxSpreadSheetTableViewOptionsPrintSource Class
In This Article
The worksheet display options for page printouts.
#Declaration
Delphi
TdxSpreadSheetTableViewOptionsPrintSource = class(
TdxSpreadSheetTableViewOptionsPrintCustomPersistent
)
#Remarks
This class extends its ancestor class with the following properties:
The Area property that allows you to specify the exact worksheet printed area;
The ErrorIndication property providing a selection of ways to display cell errors in worksheet printouts;
The GridLines and Headers properties that control the visibility of the respective worksheet elements in page printouts.
The Table View worksheet’s OptionsPrint.Source property references a TdxSpreadSheetTableViewOptionsPrintSource
object.
#Inheritance
TObject
TPersistent
TdxSpreadSheetTableViewOptionsPrintCustomPersistent
TdxSpreadSheetTableViewOptionsPrintSource
See Also