summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlPivotFieldOrientation.idl
blob: 3dc6ae9659a83174507b70582440f93609a2009a (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba { module excel {
    constants XlPivotFieldOrientation {
        const long xlColumnField = 2;
        const long xlDataField = 4;
        const long xlHidden = 0;
        const long xlPageField = 3;
        const long xlRowField = 1;
    };
}; }; };