FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / RowCollection Class / GetDataItems Method
CellRange that specifies the rows for which to return data items.

In This Topic
    GetDataItems Method (RowCollection)
    In This Topic
    Gets a collection of data items in a given CellRange.
    Syntax
    'Declaration
     
    Public Function GetDataItems( _
       ByVal rng As CellRange _
    ) As IEnumerable
    public IEnumerable GetDataItems( 
       CellRange rng
    )

    Parameters

    rng
    CellRange that specifies the rows for which to return data items.

    Return Value

    A collection of data items in the given cell range.
    See Also