summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlPrintErrors.idl
blob: 0aa7c5d95ceb159a0d33e69d5b711fafeb547943 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module excel {
    constants XlPrintErrors {
        const long xlPrintErrorsBlank = 1;
        const long xlPrintErrorsDash = 2;
        const long xlPrintErrorsDisplayed = 0;
        const long xlPrintErrorsNA = 3;
    };
}; }; };