Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / Quiet Class / Right Property


In This Topic
    Right Property (Quiet)
    In This Topic
    Gets or sets the right padding of the barcode.
    Syntax
    'Declaration
     
    
    Public Property Right As String
    'Usage
     
    
    Dim instance As Quiet
    Dim value As String
     
    instance.Right = value
     
    value = instance.Right
    public string Right {get; set;}
    See Also