TdxSpreadSheetTableViewOptionsPrintPageOrientation Enum
Enumerates available worksheet printout page orientation options.
Declaration
TdxSpreadSheetTableViewOptionsPrintPageOrientation = (
oppoDefault,
oppoLandscape,
oppoPortrait
);
Members
Name |
---|
oppoDefault
|
oppoLandscape
|
oppoPortrait
|
Remarks
Options include:
Value | Description |
---|---|
oppoDefault | The ExpressSpreadSheet Suite uses the default page orientation to print a worksheet. The Spreadsheet controls use the portrait printout page orientation by default, similar to the XLSX/XLTX spreadsheet document format. |
oppoLandscape | This option orients all printout pages horizontally, which is useful for worksheets with multiple columns. |
oppoPortrait | 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