Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / Group Class / Rows Property


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;}
    See Also