FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BarCodeCellType Class / BarSize Property


In This Topic
BarSize Property
In This Topic
Gets or sets the height and width of the barcode.
Syntax
'Declaration
 
Public Property BarSize As BarSize
 
'Usage
 
Dim instance As BarCodeCellType
Dim value As BarSize
 
instance.BarSize = value
 
value = instance.BarSize
See Also