summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlCellType.idl
blob: 4aa31fde808eca72c54c1f9a54e2176e79a8b605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;
    };
}; }; };