:: org :: openoffice :: vba :: Excel ::

constants group XlPageOrientation

Constants
xlLandscape  
xlPortrait  
Constants' Details
xlLandscape
const short xlLandscape = 2;
xlPortrait
const short xlPortrait = 1;
Top of Page