ContentsIndexHome
PreviousUpNext
IDataView.setValues Method (String...)

Sets the values for the complete domain of the data, by passing all the values as a dense array. Applies to string and (if the range is no subset of Integers) element valued data. 

 

Java
void setValues(String... values);
Parameters 
Description 
String... values 
The new values of the data, supplied in order.