다음을 통해 공유


Worksheet.BeforeDoubleClick Event (Excel)

Occurs when a worksheet is double-clicked, before the default double-click action.

Syntax

.BeforeDoubleClick(Target, Cancel)

A variable that represents a Worksheet object.

Parameters

Name

Required/Optional

Data Type

Description

Target

필수

Range

The cell nearest to the mouse pointer when the double-click occurs.

Cancel

필수

Boolean

False when the event occurs. If the event procedure sets this argument to True, the default double-click action isn't performed when the procedure is finished.

Remarks

The DoubleClick method doesn't cause this event to occur.

This event doesn't occur when the user double-clicks the border of a cell.

참고 항목

개념

Worksheet Object

Worksheet Object Members