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


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