ContentsIndexHome
PreviousUpNext
IDataView.insert Method (Tuple, IElement)

Sets the given position to the specified value. If the specified position does not exist yet in the index domain(s), the index domain(s) will be extended. Applies to element valued data.

C#
void insert(Tuple pos, 
                    IElement value);
Parameters 
Description 
Tuple pos 
The position. 
IElement value 
The value