Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / BottomOffset Property


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

    Property Value

    The bottom offset.
    See Also