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


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