summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlSheetVisibility.idl
blob: 85774b8b02cca1bb511fbc04deb3891d8540ae02 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlSheetVisibility {
        const long xlSheetHidden = 0;
        const long xlSheetVeryHidden = 2;
        const long xlSheetVisible = -1;
    };
}; }; };