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


In This Topic
    Version Property (QRCode)
    In This Topic
    Gets or sets the version of QR Code.
    Syntax
    'Declaration
     
    
    Public Property Version As Integer
    'Usage
     
    
    Dim instance As QRCode
    Dim value As Integer
     
    instance.Version = value
     
    value = instance.Version
    public int Version {get; set;}
    See Also