getAdjacentText method
Returns the adjacent text string.
Syntax
retVal = object.getAdjacentText(where);
Parameters
- where [in]
-
Type: BSTR
A BSTR that specifies where the text is located by using one of the following values.
-
Text is returned immediately before the element.
-
Text is returned after the start of the element but before all other content in the element.
-
Text is returned immediately before the end of the element but after all other content in the element.
-
Text is returned immediately after the end of the element.
Standards information
There are no standards that apply here.
Show: