TdxSpreadSheetTableViewOptionsPrintPageOrientation Enum
In This Article
Enumerates available worksheet printout page orientation options.
#Declaration
Delphi
TdxSpreadSheetTableViewOptionsPrintPageOrientation = (
oppoDefault,
oppoLandscape,
oppoPortrait
);
#Members
Name |
---|
oppo
|
oppo
|
oppo
|
#Remarks
Options include:
Value | Description |
---|---|
oppo |
The Express |
oppo |
This option orients all printout pages horizontally, which is useful for worksheets with multiple columns. |
oppo |
This option orients printout pages vertically, which is useful for worksheets with more rows than columns. |
The Table View worksheet’s OptionsPrint.Page.Orientation property references the TdxSpreadSheetTableViewOptionsPrintPageOrientation type.
See Also