Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellClickEventArgs Class / X Property


In This Topic
    X Property (CellClickEventArgs)
    In This Topic
    Gets the x-coordinate of the pointer position.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property X As Integer
    'Usage
     
    
    Dim instance As CellClickEventArgs
    Dim value As Integer
     
    value = instance.X
    public int X {get;}
    See Also