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


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