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


In This Topic
BarCodePadding Property
In This Topic
Gets or sets the left and right padding of the barcode.
Syntax
'Declaration
 
Public Property BarCodePadding As Quiet
 
'Usage
 
Dim instance As BarCodeCellType
Dim value As Quiet
 
instance.BarCodePadding = value
 
value = instance.BarCodePadding
See Also