summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlCubeFieldType.idl
blob: a10a03a5eb62d01e30a188819ffce52a8b8debae (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlCubeFieldType {
        const long xlHierarchy = 1;
        const long xlMeasure = 2;
        const long xlSet = 3;
    };
}; }; };