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


In This Topic
    LayoutRows Property
    In This Topic
    Gets the layout rows in the data area of the layout template.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LayoutRows As LayoutRows
    'Usage
     
    
    Dim instance As LayoutTemplate
    Dim value As LayoutRows
     
    value = instance.LayoutRows
    public LayoutRows LayoutRows {get;}

    Property Value

    LayoutRows object containing the rows
    See Also