summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlWebSelectionType.idl
blob: afe1a2f2122c3d7ccfd58993284cd4140620d4f0 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlWebSelectionType {
        const long xlAllTables = 2;
        const long xlEntirePage = 1;
        const long xlSpecifiedTables = 3;
    };
}; }; };