DataGrid for WPF/Silverlight
GetVisibleRowsFromIndex メソッド (DataGridRowCollection)

C1.Silverlight.DataGrid.5 アセンブリ > C1.Silverlight.DataGrid 名前空間 > DataGridRowCollection クラス : GetVisibleRowsFromIndex メソッド
最初の行のインデックス。
返される行の方向。
指定された位置および方向から行のコレクションを取得します。
シンタックス
'宣言
 
Public Function GetVisibleRowsFromIndex( _
   ByVal fromRowIndex As System.Integer, _
   ByVal direction As System.Windows.Controls.Primitives.GeneratorDirection, _
   Optional ByVal includeCollapsedGroupRows As System.Boolean _
) As System.Collections.Generic.IEnumerable(Of DataGridRow)
public System.Collections.Generic.IEnumerable<DataGridRow> GetVisibleRowsFromIndex( 
   System.int fromRowIndex,
   System.Windows.Controls.Primitives.GeneratorDirection direction,
   System.bool includeCollapsedGroupRows
)

パラメータ

fromRowIndex
最初の行のインデックス。
direction
返される行の方向。
includeCollapsedGroupRows
参照

DataGridRowCollection クラス
DataGridRowCollection メンバ