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

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;
};
}; }; };