Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / BarCodeType Class
Members


BarCodeType Class
Represents the type of barcode. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Syntax
'Declaration
 
Public MustInherit Class BarCodeType 
   Inherits ValueBase
 
'Usage
 
Dim instance As BarCodeType
Remarks
Users can use the derived classes of this class to create these barcode types: Code128, Code39, Code49, EAN128, ITF, JAN13, JAN8, JapanesePostal, NW7, PDF417, PostNet, QRCode, UPC.
Inheritance Hierarchy
See Also