Inserts a new
DataValue object into the
DataValueCollection at the specified location.
Syntax
Parameters
- index
- A zero-based Integer indicating the position at which to insert the DataValue object.
- item
- The object to insert. The value can be null for reference types.
Exceptions
See Also