SelectElement InsertOptionElement Method C# API
Inserts an OptionElement into 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 InsertOptionElement(
	int index,
	OptionElement element
)

Parameters

index
Type: System Int32
The index at which to insert the option.
element
Type: Facilita.Web OptionElement
The OptionElement to insert.
See Also