Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / BarSize Class / Width Property


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