Spread WPF 17
GrapeCity.Excel Namespace / AbsoluteAnchor Class / Y Property


In This Topic
    Y Property (AbsoluteAnchor)
    In This Topic
    Specifies a coordinate on the y-axis.
    Syntax
    'Declaration
     
    Public Property Y As Double
    'Usage
     
    Dim instance As AbsoluteAnchor
    Dim value As Double
     
    instance.Y = value
     
    value = instance.Y
    public double Y {get; set;}
    See Also