summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdInsertCells.idl
blob: cd28749677b8075712c7795c79571cd58419e199 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module word {
    constants WdInsertCells {
        const long wdInsertCellsEntireColumn = 3;
        const long wdInsertCellsEntireRow = 2;
        const long wdInsertCellsShiftDown = 1;
        const long wdInsertCellsShiftRight = 0;
    };
}; }; };