ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridRowCollection Class / GetVisibleRowsFromIndex Method
Index of the first row.
The direction in which rows are returned.

In This Topic
    GetVisibleRowsFromIndex Method (DataGridRowCollection)
    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
    See Also