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


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