Spread WPF 17
GrapeCity.Excel Namespace / GcRect Structure / Y Property


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