office-gobmx/oovbaapi/ooo/vba/excel/XlCalculationInterruptKey.idl
2011-06-17 16:41:08 +02:00

7 lines
197 B
Text

module ooo { module vba { module excel {
constants XlCalculationInterruptKey {
const long xlAnyKey = 2;
const long xlEscKey = 1;
const long xlNoKey = 0;
};
}; }; };