AnswerCollection.RemoveAt Method
This method removes the AnswerCollection item at the specified index.
Syntax
public void RemoveAt ( int index )
Parameters | Description |
index | The index of the answer to remove from the collection. |
This method removes the AnswerCollection item at the specified index.
public void RemoveAt ( int index )
Parameters | Description |
index | The index of the answer to remove from the collection. |