语法
表达式.XMLParentNode
表达式 一个返回 Range 对象的表达式。
示例
以下示例返回指定区域的父节点。
let objRange = ActiveDocument.Range(1, 200) let objNode = objRange.XMLParentNode