summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlAxisGroup.idl
blob: 6d93d24033e558d2ae10257075038e132bd5f04d (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlAxisGroup {
        const long xlPrimary = 1;
        const long xlSecondary = 2;
    };
}; }; };