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


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

    Property Value

    Integer number of columns
    See Also