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


In This Topic
Connection Property
In This Topic
Gets or sets whether to use the connection function.
Syntax
'Declaration
 
Public Property Connection As Boolean
 
'Usage
 
Dim instance As QRCode
Dim value As Boolean
 
instance.Connection = value
 
value = instance.Connection
See Also