Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / QRCode Class / Version Property


In This Topic
Version Property (QRCode)
In This Topic
Gets or sets the version of QR Code.
Syntax
'Declaration
 
Public Property Version As Integer
 
'Usage
 
Dim instance As QRCode
Dim value As Integer
 
instance.Version = value
 
value = instance.Version
See Also