Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Point Structure / Y Property


In This Topic
    Y Property (Point)
    In This Topic
    Gets or sets the y-coordinate of this Point.
    Syntax
    'Declaration
     
    
    Public Property Y As Double
    'Usage
     
    
    Dim instance As Point
    Dim value As Double
     
    instance.Y = value
     
    value = instance.Y
    public double Y {get; set;}
    See Also