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


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

    Parameters

    str
    Input value string
    See Also