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


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