summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlMouseButton.idl
blob: 774cc3287e75e96619e6569cbbaa9a4a5650c996 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlMouseButton {
        const long xlNoButton = 0;
        const long xlPrimaryButton = 1;
        const long xlSecondaryButton = 2;
    };
}; }; };