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


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