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

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