Spread Windows Forms 17
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 PropertyGets the actual column index in layout  
    Public PropertyGets the actual row index in layout  
    Public PropertyGets which mouse button has been pressed.  
    Public PropertyGets or sets whether to cancel default processing.  
    Public PropertyGets the column index of the cell that is clicked.  
    Public PropertyGets whether the cell that is clicked is in the column footer.  
    Public PropertyGets whether the cell that is clicked is in the column headers.  
    Public PropertyGets the row index of the cell that is clicked.  
    Public PropertyGets whether the cell that is clicked is in the row headers.  
    Public PropertyGets the view that contains the cell that is clicked.  
    Public PropertyGets the x-coordinate of the pointer position.  
    Public PropertyGets the y-coordinate of the pointer position.  
    Top
    See Also