Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / Quiet Class / Right Property


In This Topic
Right Property (Quiet)
In This Topic
Gets or sets the right padding of the barcode.
Syntax
'Declaration
 
Public Property Right As String
 
'Usage
 
Dim instance As Quiet
Dim value As String
 
instance.Right = value
 
value = instance.Right
See Also