8 lines
240 B
Text
8 lines
240 B
Text
module ooo { module vba { module excel {
|
|
constants XlFormulaLabel {
|
|
const long xlColumnLabels = 2;
|
|
const long xlMixedLabels = 3;
|
|
const long xlNoLabels = -4142;
|
|
const long xlRowLabels = 1;
|
|
};
|
|
}; }; };
|