'Declaration Public Function GetDataItems( _ ByVal rng As CellRange _ ) As IEnumerable
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.