SelectElement RemoveOptionElement Method (Int32)C# API
Removes the OptionElement at the specified index from the list of available OptionElement objects.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public void RemoveOptionElement(
	int index
)

Parameters

index
Type: System Int32
The index in the list of the OptionElement to remove.
See Also