ChartEvents.MouseDown Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub MouseDown ( _
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.MouseDown(Button, Shift, x, y)
void MouseDown(
int Button,
int Shift,
int x,
int y
)
Parameters
- Button
Type: System.Int32
- Shift
Type: System.Int32
- x
Type: System.Int32
- y
Type: System.Int32