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


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