5 lines
146 B
Text
5 lines
146 B
Text
module ooo { module vba { module excel {
|
|
constants XlDataLabelSeparator {
|
|
const long xlDataLabelSeparatorDefault = 1;
|
|
};
|
|
}; }; };
|