ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow.TagHelpers Namespace / CellTagHelper Class / Rowspan Property

In This Topic
    Rowspan Property (CellTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.MultiRow.Cell.Rowspan. Number of grid rows spanned by the group.
    Syntax
    'Declaration
     
    Public Property Rowspan As Integer
    public int Rowspan {get; set;}
    See Also