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


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