summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlErrorBarDirection.idl
blob: 914ae1bb9101245932c569314c001a6de676ed2e (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlErrorBarDirection {
        const long xlX = -4168;
        const long xlY = 1;
    };
}; }; };