FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BarCodeCellType Class / AutoStretch Property


In This Topic
AutoStretch Property
In This Topic
Gets or sets whether the barcode automatically resizes itself when the cell size changes.
Syntax
'Declaration
 
Public Property AutoStretch As Boolean
 
'Usage
 
Dim instance As BarCodeCellType
Dim value As Boolean
 
instance.AutoStretch = value
 
value = instance.AutoStretch
See Also