Spread Windows Forms 15.0
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
    public bool Connection {get; set;}
    See Also