Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / AllowGroup Property
Example


In This Topic
    AllowGroup Property
    In This Topic
    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;}

    Property Value

    Boolean: true to allow users to use Outlook-style grouping; false to prohibit grouping
    Example
    This example removes a group item if it belongs to the collection.
    See Also

    Reference

    SheetView Class
    SheetView Members

    User-Task Documentation

    Grouping Rows