Spread WinForms 15
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
See Also