Spread Windows Forms 12.0 Product Documentation
Grouping Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType.BarCode Namespace > Code49 Class : Grouping Property
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;}

Property Value

Boolean: true if grouping is allowed; false otherwise
See Also

Reference

Code49 Class
Code49 Members