Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / BarSize Class / BarSize Constructor / BarSize Constructor(String,String)
Barcode width
Barcode height


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

    Parameters

    width
    Barcode width
    height
    Barcode height
    See Also