summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlFormulaLabel.idl
blob: 5c5da3921655a663f7be13f8dbe0c8dab7d0c93c (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module excel {
    constants XlFormulaLabel {
        const long xlColumnLabels = 2;
        const long xlMixedLabels = 3;
        const long xlNoLabels = -4142;
        const long xlRowLabels = 1;
    };
}; }; };