Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / UPC.UPCType Enumeration


In This Topic
    UPC.UPCType Enumeration
    In This Topic
    Specifies the UPC types.
    Syntax
    'Declaration
     
    
    Public Enum UPC.UPCType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As UPC.UPCType
    public enum UPC.UPCType : System.Enum 
    Members
    MemberDescription
    UPC_A[1] Indicates that UPC type is UPC-A
    UPC_Add2[3] Indicates that UPC type is UPC Add-2
    UPC_Add5[4] Indicates that UPC type is UPC Add-5
    UPC_E[2] Indicates that UPC type is UPC-E
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.CellType.BarCode.UPC.UPCType

    See Also