summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlDataSeriesType.idl
blob: cdb3511d16fdf926f7cf35d0fab4ee30f6fc8513 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module excel {
    constants XlDataSeriesType {
        const long xlAutoFill = 4;
        const long xlChronological = 3;
        const long xlDataSeriesLinear = -4132;
        const long xlGrowth = 2;
    };
}; }; };