Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ControlContent Class / AddComplexField Method / AddComplexField(String,String) Method
The complex field code.
The result text of the inserted field.

In This Topic
    AddComplexField(String,String) Method
    In This Topic
    Adds a ComplexField to the end of the current control content.
    Syntax
    'Declaration
     
    Public Overloads Function AddComplexField( _
       ByVal code As System.String, _
       ByVal result As System.String _
    ) As ComplexField
    public ComplexField AddComplexField( 
       System.string code,
       System.string result
    )

    Parameters

    code
    The complex field code.
    result
    The result text of the inserted field.

    Return Value

    The added ComplexField.
    See Also