summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdDeleteCells.idl
blob: d1dcdcc0cb363c8f79ea2d14bf564cca9e3d9655 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module word {
    constants WdDeleteCells {
        const long wdDeleteCellsEntireColumn = 3;
        const long wdDeleteCellsEntireRow = 2;
        const long wdDeleteCellsShiftLeft = 0;
        const long wdDeleteCellsShiftUp = 1;
    };
}; }; };