Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellClickEventArgs Class
Properties

In This Topic
    CellClickEventArgs Class Members
    In This Topic

    The following tables list the members exposed by CellClickEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets the actual column index in layout  
    Public Property Gets the actual row index in layout  
    Public Property Gets which mouse button has been pressed.  
    Public Property Gets or sets whether to cancel default processing.  
    Public Property Gets the column index of the cell that is clicked.  
    Public Property Gets whether the cell that is clicked is in the column footer.  
    Public Property Gets whether the cell that is clicked is in the column headers.  
    Public Property Gets the row index of the cell that is clicked.  
    Public Property Gets whether the cell that is clicked is in the row headers.  
    Public Property Gets the view that contains the cell that is clicked.  
    Public Property Gets the x-coordinate of the pointer position.  
    Public Property Gets the y-coordinate of the pointer position.  
    Top
    See Also