OptionCollection Class
OptionCollection class
The OptionElements represents a wrapper that is associated with the IHTMLOptionsCollection
public class OptionCollection : IEnumerable<OptionElement>
Properties
| Name | Description |
|---|---|
| getCount The number of Option in the list. | |
getItem Gets the OptionElement at the specified index. |
Methods
| Name | Description |
|---|---|
| add() | Add new option. |
| getEnumerator() | Returns an enumerator that iterates through the collection. |
| remove(OptionElement) | Remove the option from list. |
See Also
- class OptionElement
- package com.aspose.html.forms
- package Aspose.HTML