|
Programmer's Reference >
WordApplication API >
Element > Children
Children Property
C# Signature:
VB.NET Signature:
Description:
| | Returns a collection of Elements that represents all the direct children of the current element.
Children is a
read only property.
|
Examples:
[csharp]
Element[] eArray = e.Children;
[vbnet]
Dim eArray As Element() = e.Children
Getter |
Signature:
public Element[]
Children
Returns:
Element[]
A collection of Elements that represent all the direct children of the current element.
|

Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.
|