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


In This Topic
    AddValue Property
    In This Topic
    Gets or sets the value added for the UPC add-on version.
    Syntax
    'Declaration
     
    
    Public Property AddValue As Integer
    'Usage
     
    
    Dim instance As UPC
    Dim value As Integer
     
    instance.AddValue = value
     
    value = instance.AddValue
    public int AddValue {get; set;}
    See Also