Share via


ChartEvents.MouseUp Method

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub MouseUp ( _
    Button As Integer, _
    Shift As Integer, _
    x As Integer, _
    y As Integer _
)
'Usage
Dim instance As ChartEvents
Dim Button As Integer
Dim Shift As Integer
Dim x As Integer
Dim y As Integer

instance.MouseUp(Button, Shift, x, y)
void MouseUp(
    int Button,
    int Shift,
    int x,
    int y
)

Parameters

See Also

Reference

ChartEvents Interface

ChartEvents Members

Microsoft.Office.Interop.Excel Namespace