Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BarCodeDisplayMode Enumeration


In This Topic
    BarCodeDisplayMode Enumeration
    In This Topic
    Specifies the display mode of the barcode.
    Syntax
    'Declaration
     
    
    Public Enum BarCodeDisplayMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BarCodeDisplayMode
    public enum BarCodeDisplayMode : System.Enum 
    Members
    MemberDescription
    ImageDisplays the image of the barcode
    TextDisplays the value of the barcode in plain text
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.CellType.BarCodeDisplayMode

    See Also