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


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

    Property Value

    LayoutCells object containing the cells
    See Also