Portrait or landscape printing mode. Read/write
Syntaksi
property Orientation: LongWord;
Kuvaus
Orientation voi olla yksi seuraavista XlPageOrientation-vakioista: xlPortrait, xlLandscape
Esimerkki
This example sets the first sheet to be printed in landscape orientation
Workbook.Worksheets[1].PageSetup.Orientation := xlLandscape;