summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlEnableCancelKey.idl
blob: 2c33fccc9b0873fa72a3d3d0b85d6d47f885a899 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlEnableCancelKey {
        const long xlDisabled = 0;
        const long xlErrorHandler = 2;
        const long xlInterrupt = 1;
    };
}; }; };