Gets a collection of data items in a given CellRange.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public IEnumerable GetDataItems(
	CellRange rng
)
Visual Basic
Public Function GetDataItems ( _
	rng As CellRange _
) As IEnumerable

Parameters

rng
Type: C1.Silverlight.FlexGrid..::..CellRange
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