summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/excel/XlSearchDirection.idl
blob: 0e39cf7d265f82e75f7df387714c11c73eeaf707 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlSearchDirection {
        const long xlNext = 1;
        const long xlPrevious = 2;
    };
}; }; };