Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / UPC.UPCType Enumeration


UPC.UPCType Enumeration
Specifies the UPC types.
Syntax
'Declaration
 
Public Enum UPC.UPCType 
   Inherits System.Enum
 
'Usage
 
Dim instance As UPC.UPCType
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