Spread Windows Forms 12.0 Product Documentation
UPC.UPCType Enumeration


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType.BarCode Namespace : UPC.UPCType Enumeration
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

Reference

FarPoint.Win.Spread.CellType.BarCode Namespace