summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlAutoFilterOperator.idl
blob: a7014ef0123d79386fe257c8182c33bed4c57cd7 (plain)
1
2
3
4
5
6
7
8
9
10
module ooo { module vba { module excel {
    constants XlAutoFilterOperator {
        const long xlAnd = 1;
        const long xlBottom10Items = 4;
        const long xlBottom10Percent = 6;
        const long xlOr = 2;
        const long xlTop10Items = 3;
        const long xlTop10Percent = 5;
    };
}; }; };