[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.BeforeDoubleClickEventArgs

BeforeDoubleClickEventArgs Class

Represents the event arguments for the Activate event of a worksheet.

Inheritance
BeforeDoubleClickEventArgs
Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public class BeforeDoubleClickEventArgs : CancelEventArgs
Public Class BeforeDoubleClickEventArgs
    Inherits CancelEventArgs

Properties

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.