[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.RowCollection.GetDataItems

GetDataItems Method

GetDataItems(CellRange)

Gets a collection of data items in a given CellRange.

Declaration
public IEnumerable GetDataItems(CellRange rng)
Parameters
Type Name Description
CellRange rng
<xref href="C1.WPF.FlexGrid.CellRange" data-throw-if-not-resolved="false"></xref> that specifies the rows 

for which to return data items.

Returns
Type Description
IEnumerable

A collection of data items in the given cell range.