summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlDataLabelsType.idl
blob: aca21d97c05824ed6668d1cf71e3a5a10fbf7e1b (plain)
1
2
3
4
5
6
7
8
9
10
module ooo { module vba { module excel {
    constants XlDataLabelsType {
        const long xlDataLabelsShowBubbleSizes = 6;
        const long xlDataLabelsShowLabel = 4;
        const long xlDataLabelsShowLabelAndPercent = 5;
        const long xlDataLabelsShowNone = -4142;
        const long xlDataLabelsShowPercent = 3;
        const long xlDataLabelsShowValue = 2;
    };
}; }; };