Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / QRCode Class / ConnectionNumber Property


In This Topic
    ConnectionNumber Property
    In This Topic
    Gets or sets the number of the connection function.
    Syntax
    'Declaration
     
    
    Public Property ConnectionNumber As Integer
    'Usage
     
    
    Dim instance As QRCode
    Dim value As Integer
     
    instance.ConnectionNumber = value
     
    value = instance.ConnectionNumber
    public int ConnectionNumber {get; set;}
    See Also