ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRowCollection Class / GetVisibleRowsFromTop Method

In This Topic
    GetVisibleRowsFromTop Method
    In This Topic
    Gets a collection of rows starting from the top.
    Syntax
    'Declaration
     
    
    Public Function GetVisibleRowsFromTop( _
       Optional ByVal includeCollapsedGroupRows As Boolean _
    ) As IEnumerable(Of DataGridRow)
    public IEnumerable<DataGridRow> GetVisibleRowsFromTop( 
       bool includeCollapsedGroupRows
    )

    Parameters

    includeCollapsedGroupRows
    See Also