TdxSpreadSheetTableViewOptionsPrintPage.Orientation Property
Specifies the paper orientation for printing a Table View worksheet’s content.
Declaration
property Orientation: TdxSpreadSheetTableViewOptionsPrintPageOrientation read; write; default oppoDefault;
Property Value
Type | Default |
---|---|
TdxSpreadSheetTableViewOptionsPrintPageOrientation | oppoDefault |
Remarks
You can use this property to switch between the portrait and landscape printed page orientation. Refer to the TdxSpreadSheetTableViewOptionsPrintPageOrientation type description for detailed information on all available options.
The default Orientation property value is oppoDefault.
See Also