Spread Windows Forms 13.0 Product Documentation
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;}

    Property Value

    Integer number of the connection function
    See Also