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

In This Topic
    CodeFields Property
    In This Topic
    Gets FieldCode collection of this complex field.
    Syntax
    'Declaration
     
    Public ReadOnly Property CodeFields As FieldCodeCollection
    public FieldCodeCollection CodeFields {get;}
    See Also