Share via


TextRange.parentElement Method

SharePoint Designer Developer Reference

Returns an IHTMLElement object that represents the element that is one level up in the HTML element hierarchy.

Syntax

expression.parentElement

expression   Required. A variable that represents a TextRange object.

Return Value
IHTMLElement

See Also