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

In This Topic
    RowSpan Property (Cell)
    In This Topic
    Gets or sets the number of rows the cell occupies.
    Syntax
    'Declaration
     
    Public Property RowSpan As Integer
    public int RowSpan {get; set;}
    See Also