Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Left Property


In This Topic
    Left Property (IShapeBase)
    In This Topic
    Gets or sets a System.Int32 value that represents the distance, in pixels, from the left edge of the shape to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart).
    Syntax
    'Declaration
     
    
    Property Left As Double
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As Double
     
    instance.Left = value
     
    value = instance.Left
    double Left {get; set;}

    Property Value

    The left edge of the shape.
    See Also