Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / MarginInfo Class / Bottom Property


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

    Property Value

    The bottom.
    See Also