ContentsIndexHome
PreviousUpNext
IDataView.setValue Method (Tuple, 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. 

 

Java
void setValue(Tuple pos, 
                     String value);
Parameters 
Description 
Tuple pos 
The position to write on.  
String value 
The value to write.