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


In This Topic
    UPC Class
    In This Topic
    Represents the UPC barcode type and any particular settings of this type. This class cannot be inherited.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class UPC 
       Inherits BarCodeType
    'Usage
     
    
    Dim instance As UPC
    public sealed class UPC : BarCodeType 
    Inheritance Hierarchy

    System.Object
       FarPoint.Win.Spread.CellType.BarCode.ValueBase
          FarPoint.Win.Spread.CellType.BarCode.BarCodeType
             FarPoint.Win.Spread.CellType.BarCode.UPC

    See Also