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

5 lines
146 B
Text

module ooo { module vba { module excel {
constants XlDataLabelSeparator {
const long xlDataLabelSeparatorDefault = 1;
};
}; }; };