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

In This Topic
    RowCount Property (UnboundSheetTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Sheet.UnboundSheet.RowCount. Sets the number of rows in the sheet.
    Syntax
    'Declaration
     
    Public Property RowCount As Integer
    public int RowCount {get; set;}
    See Also