Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / Code49 Class / GroupNo Property


In This Topic
    GroupNo Property
    In This Topic
    Gets or sets the group number.
    Syntax
    'Declaration
     
    
    Public Property GroupNo As Integer
    'Usage
     
    
    Dim instance As Code49
    Dim value As Integer
     
    instance.GroupNo = value
     
    value = instance.GroupNo
    public int GroupNo {get; set;}
    See Also