summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlFilterAction.idl
blob: e6fec4d03aa9fc2ab49b9fe4378808bf736338c2 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlFilterAction {
        const long xlFilterCopy = 2;
        const long xlFilterInPlace = 1;
    };
}; }; };