summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlCellInsertionMode.idl
blob: 28f69bf73be41fa562fd694b5973ff5a8735e12c (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlCellInsertionMode {
        const long xlInsertDeleteCells = 1;
        const long xlInsertEntireRows = 2;
        const long xlOverwriteCells = 0;
    };
}; }; };