Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ComplexField Class / ChildFields Property

In This Topic
    ChildFields Property
    In This Topic
    Gets the child complex fields.
    Syntax
    'Declaration
     
    Public ReadOnly Property ChildFields As System.Collections.Generic.IEnumerable(Of ComplexField)
    public System.Collections.Generic.IEnumerable<ComplexField> ChildFields {get;}
    See Also