Computer Science, asked by Arshia6024, 10 months ago

Explain Property set used to remove item in combobox.

Answers

Answered by shreya6387
1

Call the Remove or RemoveAt method to delete items.

Remove has one argument that specifies the item to remove.RemoveAt removes the item with the specified index number.

Similar questions