summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlPageOrientation.idl
blob: 4fa6f09188cb1d43a2c3580a3699dec76c16c5d7 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlPageOrientation {
        const long xlLandscape = 2;
        const long xlPortrait = 1;
    };
}; }; };