Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellPadding Class / Bottom Property


In This Topic
    Bottom Property (CellPadding)
    In This Topic
    Gets or sets the padding, in pixels, for the bottom edge.
    Syntax
    'Declaration
     
    
    Public Property Bottom As Integer
    'Usage
     
    
    Dim instance As CellPadding
    Dim value As Integer
     
    instance.Bottom = value
     
    value = instance.Bottom
    public int Bottom {get; set;}
    See Also