Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Body Class / Children Property

In This Topic
    Children Property (Body)
    In This Topic
    Gets the top level children of this body.
    Syntax
    'Declaration
     
    Public ReadOnly Property Children As System.Collections.Generic.IEnumerable(Of ContentObject)
    public System.Collections.Generic.IEnumerable<ContentObject> Children {get;}
    See Also