AnswerCollection.IndexOf Method
This method determines the index of a specific item in the AnswerCollection.
Syntax
public int IndexOf ( object value )
Parameters | Description |
value | The Answer for which the index will be returned. |
Return Value
The index of the Answer in the AnswerCollection.