summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlColorIndex.idl
blob: 5efb235db06d941505e0bd68c249d47aceb513d0 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlColorIndex {
        const long xlColorIndexAutomatic = -4105;
        const long xlColorIndexNone = -4142;
    };
}; }; };