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


In This Topic
    Grouping Property
    In This Topic
    Gets or sets whether grouping is allowed.
    Syntax
    'Declaration
     
    
    Public Property Grouping As Boolean
    'Usage
     
    
    Dim instance As Code49
    Dim value As Boolean
     
    instance.Grouping = value
     
    value = instance.Grouping
    public bool Grouping {get; set;}
    See Also