FlexGrid for WPF
RowCollection クラス
メンバ 

C1.WPF.FlexGrid.4.6.2 アセンブリ > C1.WPF.FlexGrid 名前空間 : RowCollection クラス
Rowオブジェクトのコレクションを表します。
オブジェクト モデル
RowCollection クラス
シンタックス
'宣言
 
Public Class RowCollection 
   Inherits C1.WPF.FlexGrid.RowColCollection(Of Row)
public class RowCollection : C1.WPF.FlexGrid.RowColCollection<Row> 
継承階層

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

参照

RowCollection メンバ
C1.WPF.FlexGrid 名前空間