Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / LayoutCell Class / LayoutRow Property
Example


In This Topic
    LayoutRow Property
    In This Topic
    Gets the row that contains this layout cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LayoutRow As LayoutRow
    'Usage
     
    
    Dim instance As LayoutCell
    Dim value As LayoutRow
     
    value = instance.LayoutRow
    public LayoutRow LayoutRow {get;}

    Property Value

    LayoutRow object containing the row
    Example
    This example creates a template.
    See Also