summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlDVAlertStyle.idl
blob: 6d506e004a708a006adbd92ec827236cefc70fb8 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlDVAlertStyle {
        const long xlValidAlertInformation = 3;
        const long xlValidAlertStop = 1;
        const long xlValidAlertWarning = 2;
    };
}; }; };