Using the Ansys.UI.Toolkit, I'm trying to manipulate the items of a GridViewDropDownCell. So far I have only found the AddItems method to add an array of items, but I can't find a way of removing single items or all items.
Does anyone know how to do this?
In case I can't find a method I might remove the entire Cell from the GridView and create a new GridViewDropDownCell.