summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcSpreadSheetType.idl
blob: c4ae702971287ec55d789d6b64588d544f1d25c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module ooo { module vba { module access {
    constants AcSpreadSheetType {
        const long acSpreadsheetTypeExcel3 = 0;
        const long acSpreadsheetTypeExcel4 = 6;
        const long acSpreadsheetTypeExcel5 = 5;
        const long acSpreadsheetTypeExcel7 = 5;
        const long acSpreadsheetTypeExcel8 = 8;
        const long acSpreadsheetTypeExcel9 = 8;
        const long acSpreadsheetTypeExcel97 = 8;
        const long acSpreadsheetTypeLotusWJ2 = 4;
        const long acSpreadsheetTypeLotusWK1 = 2;
        const long acSpreadsheetTypeLotusWK3 = 3;
        const long acSpreadsheetTypeLotusWK4 = 7;
    };
}; }; };