Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellClickEventArgs Class / Y Property


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