summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlCommentDisplayMode.idl
blob: 2abb6cd29fc7fab9197d4d6e90f74053e060b219 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlCommentDisplayMode {
        const long xlCommentAndIndicator = 1;
        const long xlCommentIndicatorOnly = -1;
        const long xlNoIndicator = 0;
    };
}; }; };