Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / Code49 Class / Code49 Constructor / Code49 Constructor(String)
Input value


In This Topic
Code49 Constructor(String)
In This Topic
Creates a new Code39 barcode with the specified value.
Syntax
'Declaration
 
Public Function New( _
   ByVal str As String _
)
 
'Usage
 
Dim str As String
 
Dim instance As New Code49(str)

Parameters

str
Input value
See Also