Spread for ASP.NET 12 Product Documentation
AllowGroup Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : AllowGroup Property
Gets or sets whether a user can group rows.
Syntax
'Declaration
 
Public Property AllowGroup As Boolean
'Usage
 
Dim instance As SheetView
Dim value As Boolean
 
instance.AllowGroup = value
 
value = instance.AllowGroup
public bool AllowGroup {get; set;}
See Also

Reference

SheetView Class
SheetView Members