ComponentOne DataGrid for WPF and Silverlight
GetVisibleRowsFromIndex Method (DataGridRowCollection)

C1.Silverlight.DataGrid Namespace > DataGridRowCollection Class : GetVisibleRowsFromIndex Method
Index of the first row.
The direction in which rows are returned.
Gets a collection of rows from a specified position and direction.
Syntax
'Declaration
 
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
)

Parameters

fromRowIndex
Index of the first row.
direction
The direction in which rows are returned.
includeCollapsedGroupRows
See Also

Reference

DataGridRowCollection Class
DataGridRowCollection Members