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

Property Value

Display mode
See Also