summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlChartSplitType.idl
blob: 7fd7b495323210a9b56c03ed60edad5b2b66a1d2 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module excel {
    constants XlChartSplitType {
        const long xlSplitByCustomSplit = 4;
        const long xlSplitByPercentValue = 3;
        const long xlSplitByPosition = 1;
        const long xlSplitByValue = 2;
    };
}; }; };