summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlPivotTableVersionList.idl
blob: 31cbdc1943cd397b315cf6c6954c46dca5f8f886 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlPivotTableVersionList {
        const long xlPivotTableVersion10 = 1;
        const long xlPivotTableVersion2000 = 0;
        const long xlPivotTableVersionCurrent = -1;
    };
}; }; };