Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Word Developer Reference |
Returns a DiagramNode object that represents the first child node of a parent node. Read-only.
Syntax
expression.FirstChild
expression Required. A variable that represents a XMLNode object.
Remarks
Use the LastChild property to access the last child node. Use the Root property to access the parent node in a diagram.
Example
This example adds an organization chart diagram to the current document, adds three nodes, and assigns the first and last child nodes to variables.
Visual Basic for Applications |
---|
|
See Also