ASP.NET MVC Controls | ComponentOne
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
     
    
    <DefaultValueAttribute(200)>
    Public Property RowCount As Integer
    [DefaultValue(200)]
    public int RowCount {get; set;}
    See Also