summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlDeleteShiftDirection.idl
blob: f530b3964c65f10f890d16059e8c52099ceec215 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlDeleteShiftDirection {
        const long xlShiftToLeft = -4159;
        const long xlShiftUp = -4162;
    };
}; }; };