summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlCellType.idl
blob: 8877f422fa55e729cf596be20e466cfab0fb7103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module excel {
    constants XlCellType {
        const long xlCellTypeAllFormatConditions = -4172;
        const long xlCellTypeAllValidation = -4174;
        const long xlCellTypeBlanks = 4;
        const long xlCellTypeComments = -4144;
        const long xlCellTypeConstants = 2;
        const long xlCellTypeFormulas = -4123;
        const long xlCellTypeLastCell = 11;
        const long xlCellTypeSameFormatConditions = -4173;
        const long xlCellTypeSameValidation = -4175;
        const long xlCellTypeVisible = 12;
    };
}; }; };

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */