Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / BarCodeType Class
Members


In This Topic
    BarCodeType Class
    In This Topic
    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
    public abstract class BarCodeType : ValueBase 
    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