Spread Windows Forms 12.0 Product Documentation
BearerBar Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType.BarCode Namespace > ITF Class : BearerBar Property
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;}

Property Value

Boolean: true to display the bearer bar; false otherwise
See Also

Reference

ITF Class
ITF Members