summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlPriority.idl
blob: 6a45bd385521f88b2a54f58312080e6f803e05ac (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlPriority {
        const long xlPriorityHigh = -4127;
        const long xlPriorityLow = -4134;
        const long xlPriorityNormal = -4143;
    };
}; }; };