Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelPictShape Class / BotomOffSet Property


In This Topic
    BotomOffSet Property
    In This Topic
    Gets or sets the botom off set.
    Syntax
    'Declaration
     
    
    Public Property BotomOffSet As Double
    'Usage
     
    
    Dim instance As ExcelPictShape
    Dim value As Double
     
    instance.BotomOffSet = value
     
    value = instance.BotomOffSet
    public double BotomOffSet {get; set;}

    Property Value

    The botom off set.
    See Also