Gets a collection of data items in a given
CellRange.
'Declaration
Public Function GetDataItems( _
ByVal As CellRange _
) As System.Collections.IEnumerable
public System.Collections.IEnumerable GetDataItems(
CellRange
)
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.