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

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