summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlFillWith.idl
blob: 02173b656401b830c37b29c7245fddc5eb035601 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlFillWith {
        const long xlFillWithAll = -4104;
        const long xlFillWithContents = 2;
        const long xlFillWithFormats = -4122;
    };
}; }; };