ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet Namespace / Row Class / GroupLevel Property

In This Topic
    GroupLevel Property
    In This Topic
    Gets or sets the level of the row when in grouping.
    Syntax
    'Declaration
     
    Public Property GroupLevel As Integer
    public int GroupLevel {get; set;}
    See Also