ASP.NET MVC Controls | ComponentOne
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
     
    
    <DefaultValueAttribute(0)>
    Public Property GroupLevel As Integer
    [DefaultValue(0)]
    public int GroupLevel {get; set;}
    See Also