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


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