Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / LayoutTemplate Class / RowCount Property


In This Topic
    RowCount Property (LayoutTemplate)
    In This Topic
    Gets or sets the number of rows for the layout template.
    Syntax
    'Declaration
     
    
    Public Overridable Property RowCount As Integer
    'Usage
     
    
    Dim instance As LayoutTemplate
    Dim value As Integer
     
    instance.RowCount = value
     
    value = instance.RowCount
    public virtual int RowCount {get; set;}

    Property Value

    Integer number of rows
    See Also