7 lines
197 B
Text
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;
|
|
};
|
|
}; }; };
|