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


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