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

In This Topic
    RowCount Property (UnboundSheet)
    In This Topic
    Gets or sets the number of rows in the sheet.
    Syntax
    'Declaration
     
    Public Property RowCount As Integer
    public int RowCount {get; set;}
    See Also