Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / ITF Class / ITF Constructor / ITF Constructor(String)
Input value


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

    Parameters

    str
    Input value
    See Also