summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlLookAt.idl
blob: 837d639dd04aa485a0730b341c0b926618b12722 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlLookAt {
        const long xlPart = 2;
        const long xlWhole = 1;
    };
}; }; };