ContentsIndexHome
PreviousUpNext
IDataView::setValue Method (Tuple&, char*)

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++
virtual void setValue(const Tuple& pos, 
                              const char* value) = 0;
Parameters 
Description 
const Tuple& pos 
The position to write on.  
const char* value 
The value to write.