Spread Windows Forms 12.0 Product Documentation
BarSize Constructor(String,String)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType.BarCode Namespace > BarSize Class > BarSize Constructor : BarSize Constructor(String,String)
Barcode width
Barcode height
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

Reference

BarSize Class
BarSize Members
Overload List