TreeView for WinForms | ComponentOne
C1.Framework Namespace / GridRowCollection Class
Members

In This Topic
    GridRowCollection Class
    In This Topic
    GridRow collection. Just an ElementList typed to get and set GridRow objects.
    Object Model
    GridRowCollection ClassGridRow Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.ArrayList/ArrayListDebugView)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class GridRowCollection 
       Inherits ElementList
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.ArrayList/ArrayListDebugView)]
    [DebuggerDisplay("Count = {Count}")]
    public class GridRowCollection : ElementList 
    Inheritance Hierarchy

    System.Object
       System.Collections.ArrayList
          C1.Framework.ElementList
             C1.Framework.GridRowCollection

    See Also