Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / LayoutColumns Class / Count Property


In This Topic
    Count Property (LayoutColumns)
    In This Topic
    Gets or sets the number of layout columns in the collection.
    Syntax
    'Declaration
     
    
    Public Property Count As Integer
    'Usage
     
    
    Dim instance As LayoutColumns
    Dim value As Integer
     
    instance.Count = value
     
    value = instance.Count
    public int Count {get; set;}

    Property Value

    Integer number of columns
    See Also