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


In This Topic
FixedLength Property
In This Topic
Gets or sets the number of the fixed digits of the value of the barcode. Only can be set if barcode type is PostNet, ITF, or Code39. If bar type is PostNet, the value must be 5 or 10 or 12.
Syntax
'Declaration
 
Public Property FixedLength As Integer
 
'Usage
 
Dim instance As BarCodeCellType
Dim value As Integer
 
instance.FixedLength = value
 
value = instance.FixedLength

Property Value

Number of the fixed digits of the barcode value
See Also