summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlSubtototalLocationType.idl
blob: 47b3f6649f57c30bdaf9999de22a8676060ebb2f (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlSubtototalLocationType {
        const long xlAtBottom = 2;
        const long xlAtTop = 1;
    };
}; }; };