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


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

    Property Value

    LayoutColumn object containing the column
    Example
    This example creates a template.
    See Also