Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / GeoLeft Property


In This Topic
    GeoLeft Property (ExcelShape)
    In This Topic
    Gets or sets the geoLeft of the shape.
    Syntax
    'Declaration
     
    
    Public Property GeoLeft As Integer
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Integer
     
    instance.GeoLeft = value
     
    value = instance.GeoLeft
    public int GeoLeft {get; set;}
    See Also