summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlParameterType.idl
blob: 8340ea8c8383a173fc8df605355f02f2c77fa895 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlParameterType {
        const long xlConstant = 1;
        const long xlPrompt = 0;
        const long xlRange = 2;
    };
}; }; };