Create and insert a new ValueListItem object into the ValueList. Note that the ValueListItem created will contain the given DisplayText and a default DataValue with value (object)DislayText.
Create and insert a new ValueListItem object into the ValueList. Note that the ValueListItem created will contain the given DisplayText and a default DataValue with value (object)DislayText.
public abstract ValueListItem Insert(string,int);
Create and insert a new ValueListItem object into the ValueList.
public abstract ValueListItem Insert(string,object,Image,int);
Create and insert a new ValueListItem object into the ValueList.
public abstract ValueListItem Insert(string,object,int);
ValueList Class | Aveva.ApplicationFramework.Presentation Namespace