ContentsIndexHome
PreviousUpNext
IDataView.setValue Method (ITuple, String)

Set the provided position to the value. Applies to string valued data, and element valued data of which the range is not a subset of Integers.

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