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


In This Topic
    Bottom Property (ExcelShape)
    In This Topic
    Gets or sets the bottom.
    Syntax
    'Declaration
     
    
    Public Property Bottom As Double
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Double
     
    instance.Bottom = value
     
    value = instance.Bottom
    public double Bottom {get; set;}

    Property Value

    bottom coordinate if the shape is top level, bottom offset if the shape belongs to some group.
    See Also