Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / MarginInfo Class / Right Property


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

    Property Value

    The right.
    See Also