summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlPivotFieldDataType.idl
blob: 32d92e46bf4403af15be59974f748b9ab9ee5101 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlPivotFieldDataType {
        const long xlDate = 2;
        const long xlNumber = -4145;
        const long xlText = -4158;
    };
}; }; };