Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BarCodeCellType Class / Unit Property


In This Topic
    Unit Property
    In This Topic
    Gets or sets the measurement unit of the barcode.
    Syntax
    'Declaration
     
    
    Public Property Unit As Unit
    'Usage
     
    
    Dim instance As BarCodeCellType
    Dim value As Unit
     
    instance.Unit = value
     
    value = instance.Unit
    public Unit Unit {get; set;}

    Property Value

    Unit of measurement
    See Also