ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRowCollection Class / GetVisibleRowsFromIndex Method
Index of the first row.
The direction in which rows are returned.
Determinse whether to include collapsed group rows. Default value is False.

In This Topic
    GetVisibleRowsFromIndex Method
    In This Topic
    Gets a collection of rows from a specified position and direction.
    Syntax
    'Declaration
     
    
    Public Function GetVisibleRowsFromIndex( _
       ByVal fromRowIndex As Integer, _
       ByVal direction As GeneratorDirection, _
       Optional ByVal includeCollapsedGroupRows As Boolean _
    ) As IEnumerable(Of DataGridRow)

    Parameters

    fromRowIndex
    Index of the first row.
    direction
    The direction in which rows are returned.
    includeCollapsedGroupRows
    Determinse whether to include collapsed group rows. Default value is False.
    See Also