'Usage Dim instance As ChoiceField Dim index As Integer instance.RemoveOption(index)
Parameters
- index
 - The index of the option in the field options array to be removed.
 
            'Usage Dim instance As ChoiceField Dim index As Integer instance.RemoveOption(index)
| Exception | Description | 
|---|---|
| System.Exception | If the supplied index is out-of-bounds. |