[]
Represents the event arguments for the Activate event of a worksheet.
public class BeforeDoubleClickEventArgs : CancelEventArgs
Public Class BeforeDoubleClickEventArgs
Inherits CancelEventArgs
Name | Description |
---|---|
Column | Gets the column index of the double-clicked cell. |
Row | Gets the column index of the double-clicked cell. |
Worksheet | Gets the worksheet that contains the double-clicked cell. |