FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BarCodeDisplayMode Enumeration


BarCodeDisplayMode Enumeration
Specifies the display mode of the barcode.
Syntax
'Declaration
 
Public Enum BarCodeDisplayMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As BarCodeDisplayMode
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