summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlFormatConditionType.idl
blob: 03321adc384e6da852b01d9df66df3c3607bdf63 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlFormatConditionType {
        const long xlCellValue = 1;
        const long xlExpression = 2;
    };
}; }; };