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


In This Topic
    Type Property (BarCodeCellType)
    In This Topic
    Gets or sets the bar type in the barcode.
    Syntax
    'Declaration
     
    
    Public Property Type As BarCodeType
    'Usage
     
    
    Dim instance As BarCodeCellType
    Dim value As BarCodeType
     
    instance.Type = value
     
    value = instance.Type
    public BarCodeType Type {get; set;}
    See Also