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


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

    Property Value

    The right margin.
    See Also