summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlCalculatedMemberType.idl
blob: f92ca95634266ce6c24bb6037e8037e1160f2c29 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlCalculatedMemberType {
        const long xlCalculatedMember = 0;
        const long xlCalculatedSet = 1;
    };
}; }; };