7 lines
226 B
Text
7 lines
226 B
Text
module ooo { module vba { module excel {
|
|
constants XlCommentDisplayMode {
|
|
const long xlCommentAndIndicator = 1;
|
|
const long xlCommentIndicatorOnly = -1;
|
|
const long xlNoIndicator = 0;
|
|
};
|
|
}; }; };
|