Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / Group Class / Rows Property
Example


In This Topic
    Rows Property (Group)
    In This Topic
    Gets the array of rows in the group.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Rows As ArrayList
    'Usage
     
    
    Dim instance As Group
    Dim value As ArrayList
     
    value = instance.Rows
    public ArrayList Rows {get;}

    Property Value

    ArrayList of rows in the group
    Example
    This example returns the row.
    See Also