Multiple choice

Which of the following functions is used to remove a particular item from a ListBox?

  1. DeleteAt()

  2. RemoveFrom()

  3. DeleteIndex()

  4. RemoveAt()

  5. DeleteFrom()

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

To remove an item from a particular index, the correct function is 'RemoveAt(int index)'.