Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Margins Class / Bottom Property


In This Topic
    Bottom Property (Margins)
    In This Topic
    Gets or sets the bottom margin, in hundredths of an inch.
    Syntax
    'Declaration
     
    Public Property Bottom As Integer
    'Usage
     
    Dim instance As Margins
    Dim value As Integer
     
    instance.Bottom = value
     
    value = instance.Bottom
    public int Bottom {get; set;}

    Property Value

    The bottom margin.
    See Also