TdxSpreadSheetPageSetupDialogForm.Options Property
Provides access to the print settings of the Table View worksheet for which the “Page Setup” dialog is invoked.
Declaration
property Options: TdxSpreadSheetTableViewOptionsPrint read;
Property Value
Type |
---|
TdxSpreadSheetTableViewOptionsPrint |
Remarks
The “Page Setup” dialog uses this property to display and update the affected worksheet’s print settings. The Options property returns the Sheet.OptionsPrint property value.
See Also