Gets a collection of data items in a given CellRange.
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)
Syntax
C# |
---|
public IEnumerable GetDataItems( CellRange rng ) |
Visual Basic |
---|
Public Function GetDataItems ( _ rng As CellRange _ ) As IEnumerable |
Parameters
- rng
- Type: C1.Phone.FlexGrid..::..CellRange
CellRange that specifies the rows for which to return data items.