指定された位置および方向から行のコレクションを取得します。
シンタックス
'宣言
Public Function GetVisibleRowsFromIndex( _
ByVal As System.Integer, _
ByVal As System.Windows.Controls.Primitives.GeneratorDirection, _
Optional ByVal As System.Boolean _
) As System.Collections.Generic.IEnumerable(Of DataGridRow)
public System.Collections.Generic.IEnumerable<DataGridRow> GetVisibleRowsFromIndex(
System.int ,
System.Windows.Controls.Primitives.GeneratorDirection ,
System.bool
)
パラメータ
- fromRowIndex
- 最初の行のインデックス。
- direction
- 返される行の方向。
- includeCollapsedGroupRows
参照