Parameters
- index
Type: System.Int32
The zero-based index of the html element to remove.
The following code shows the Remove method call
| C# | Copy Code |
|---|---|
HtmlElementCollection heCol = tab.FindElementsByTags("input:checkbox");
heCol.Remove(heCol.Count-1); | |
| PHP | Copy Code |
|---|---|
$heCol = $tab->FindElementsByTags("input:checkbox"); $heCol->Remove($heCol->Count-1); | |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family