summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlTickLabelOrientation.idl
blob: b4d1aabe3725329ba2ec67f73f3f2057c86ec910 (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba { module excel {
    constants XlTickLabelOrientation {
        const long xlTickLabelOrientationAutomatic = -4105;
        const long xlTickLabelOrientationDownward = -4170;
        const long xlTickLabelOrientationHorizontal = -4128;
        const long xlTickLabelOrientationUpward = -4171;
        const long xlTickLabelOrientationVertical = -4166;
    };
}; }; };