summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlErrorBarType.idl
blob: 1b26a495c333b4cd8bcde74a22af821b1f4a1f34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module excel {
    constants XlErrorBarType {
        const long xlErrorBarTypeCustom = -4114;
        const long xlErrorBarTypeFixedValue = 1;
        const long xlErrorBarTypePercent = 2;
        const long xlErrorBarTypeStDev = -4155;
        const long xlErrorBarTypeStError = 4;
    };
}; }; };

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