Search
WorksheetMouseEvent Members
Methods
 


Contains the arguments passed to Worksheet-related mouse events.

The following tables list the members exposed by the WorksheetMouseEvent type.

 Public Methods

  Name Description

getButton

Gets the clicked mouse button.

getClicks

Gets the number of mouse clicks.

getWorksheet

Gets the related worksheet. (Inherited from WorksheetEvent.)

getX

Gets the relative x-coordinates of the mouse.

getY

Gets the relative y-coordinates of the mouse.

 See Also