[]
replaceAdjacentText method of IHTMLElement2 interface.
string replaceAdjacentText(string where, string newText)
| Type | Name | Description |
|---|---|---|
| string | where | |
| string | newText |
| Type | Description |
|---|---|
| string |
An original IDL definition of replaceAdjacentText method was the following: HRESULT replaceAdjacentText (BSTR where, BSTR newText, [out, retval] BSTR* ReturnValue);