'Declaration
<IteratorStateMachineAttribute(C1.WPF.FlexGrid.RowCollection/a)> Public Function GetDataItems( _ ByVal rng As CellRange _ ) As IEnumerable
[IteratorStateMachine(C1.WPF.FlexGrid.RowCollection/a)] 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.