Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / AllowGroup Property


In This Topic
    AllowGroup Property
    In This Topic
    Gets or sets whether to allow the user to group rows on the sheet.
    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