summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlBackground.idl
blob: ca77303acf74266141a4a3828c870c543aaf798f (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlBackground {
        const long xlBackgroundAutomatic = -4105;
        const long xlBackgroundOpaque = 3;
        const long xlBackgroundTransparent = 2;
    };
}; }; };