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


In This Topic
    DisplayMode Property
    In This Topic
    Gets or sets how the barcode is displayed in the cell.
    Syntax
    'Declaration
     
    
    Public Property DisplayMode As BarCodeDisplayMode
    'Usage
     
    
    Dim instance As BarCodeCellType
    Dim value As BarCodeDisplayMode
     
    instance.DisplayMode = value
     
    value = instance.DisplayMode
    public BarCodeDisplayMode DisplayMode {get; set;}

    Property Value

    Display mode
    See Also