Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / ITF Class / BearerBar Property


In This Topic
    BearerBar Property
    In This Topic
    Gets or sets whether to display the ITF bearer bar.
    Syntax
    'Declaration
     
    
    Public Property BearerBar As Boolean
    'Usage
     
    
    Dim instance As ITF
    Dim value As Boolean
     
    instance.BearerBar = value
     
    value = instance.BearerBar
    public bool BearerBar {get; set;}
    See Also