ComponentOne FlexGrid for WPF and Silverlight
RowCollection Class
Members 

C1.WPF.FlexGrid Namespace : RowCollection Class
Represents a collection of Row objects.
Object Model
RowCollection Class
Syntax
'Declaration
 
Public Class RowCollection 
   Inherits C1.WPF.FlexGrid.RowColCollection(Of Row)
public class RowCollection : C1.WPF.FlexGrid.RowColCollection<Row> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         C1.WPF.FlexGrid.RowColCollection<T>
            C1.WPF.FlexGrid.RowCollection

See Also

Reference

RowCollection Members
C1.WPF.FlexGrid Namespace