Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GroupMaximumLevel Property


In This Topic
    GroupMaximumLevel Property
    In This Topic
    Gets or sets the maximum number of levels of grouping for the sheet.
    Syntax
    'Declaration
     
    
    Public Property GroupMaximumLevel As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Integer
     
    instance.GroupMaximumLevel = value
     
    value = instance.GroupMaximumLevel
    public int GroupMaximumLevel {get; set;}
    See Also