summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlSearchWithin.idl
blob: 549530cc630693d706b6d9de678ddad96f836582 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlSearchWithin {
        const long xlWithinSheet = 1;
        const long xlWithinWorkbook = 2;
    };
}; }; };