Form RemoveElement Method (Int32)C# API
Removes the nth HtmlElement from this Form.

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

public void RemoveElement(
	int index
)

Parameters

index
Type: System Int32
The index of the HtmlElement to remove.
See Also