summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlInsertFormatOrigin.idl
blob: 9d4c496a197b9b19cce6eeeb2b67355d1f421183 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlInsertFormatOrigin {
        const long xlFormatFromLeftOrAbove = 0;
        const long xlFormatFromRightOrBelow = 1;
    };
}; }; };