summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoMoveRow.idl
blob: 1a602294e9da21e6a3d7bc26f02a5b9bc4ae7eea (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module office {
    constants MsoMoveRow {
        const long msoMoveRowFirst = -4;
        const long msoMoveRowNbr = -1;
        const long msoMoveRowNext = -2;
        const long msoMoveRowPrev = -3;
    };
}; }; };