ContentsIndexHome
PreviousUpNext
IDataView.setValue Method (Tuple, IElement)

Set the provided position to the value. Applies to element valued data.

C#
void setValue(Tuple pos, 
                      IElement value);
Parameters 
Description 
Tuple pos 
The position to write on. 
IElement value 
The value to write.