Common Application Framework

ValueList.Insert Method (String, Object, Int32)

Create and insert a new ValueListItem object into the ValueList.

public abstract ValueListItem Insert(
   string DisplayText,
   object DataValue,
   int index
);

Parameters

DisplayText
ValueListItem display text.
DataValue
ValueListItem DataValue object.
index
Index position of new ValueListItem in the ValueList

See Also

ValueList Class | Aveva.ApplicationFramework.Presentation Namespace | ValueList.Insert Overload List