summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlEnableSelection.idl
blob: fdd552d0f8f1bb3a9755b7655f96e3f20c0f72b7 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlEnableSelection {
        const long xlNoRestrictions = 0;
        const long xlNoSelection = -4142;
        const long xlUnlockedCells = 1;
    };
}; }; };