FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / RowCollection Class
Members

In This Topic
    RowCollection Class
    In This Topic
    Represents a collection of Row objects.
    Object Model
    RowCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class RowCollection 
       Inherits C1.WPF.FlexGrid.RowColCollection(Of Row)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class RowCollection : C1.WPF.FlexGrid.RowColCollection<Row> 
    Inheritance Hierarchy
    See Also