summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlInsertShiftDirection.idl
blob: b29e6c4e6de265c0bf282529dcc226c85cf18508 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlInsertShiftDirection {
        const long xlShiftDown = -4121;
        const long xlShiftToRight = -4161;
    };
}; }; };