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

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