Remove the specified ValueListItem object from the ValueList.
Remove the specified ValueListItem object from the ValueList.
public abstract void Remove(ValueListItem);
Remove the ValueListItem at the specified index position from the ValueList.
public abstract void Remove(int);
Remove the ValueListItem with the specified DisplayText from the ValueList.
public abstract void Remove(string);
ValueList Class | Aveva.ApplicationFramework.Presentation Namespace