summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlPivotFieldCalculation.idl
blob: 11acc18f6bd9da2a3abe7de7491e14bdffe2cc40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module ooo { module vba { module excel {
    constants XlPivotFieldCalculation {
        const long xlDifferenceFrom = 2;
        const long xlIndex = 9;
        const long xlNoAdditionalCalculation = -4143;
        const long xlPercentDifferenceFrom = 4;
        const long xlPercentOf = 3;
        const long xlPercentOfColumn = 7;
        const long xlPercentOfRow = 6;
        const long xlPercentOfTotal = 8;
        const long xlRunningTotal = 5;
    };
}; }; };