ComponentOne FlexGrid for WPF and Silverlight
GetDataItems Method (RowCollection)

C1.Silverlight.FlexGrid Namespace > RowCollection Class : GetDataItems Method
CellRange that specifies the rows for which to return data items.
Gets a collection of data items in a given CellRange.
Syntax
'Declaration
 
Public Function GetDataItems( _
   ByVal rng As CellRange _
) As System.Collections.IEnumerable
public System.Collections.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

Reference

RowCollection Class
RowCollection Members