[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Hyperlink.AddComplexField

AddComplexField Method

Adds a ComplexField to the end of this hyperlink.

Declaration
public ComplexField AddComplexField(string code)
Public Function AddComplexField(code As String) As ComplexField
Parameters
Type Name Description
string code

The complex field code.

Returns
Type Description
ComplexField

The added ComplexField.

Adds a ComplexField to the end of this hyperlink.

Declaration
public ComplexField AddComplexField(string code, string result)
Public Function AddComplexField(code As String, result As String) As ComplexField
Parameters
Type Name Description
string code

The complex field code.

string result

The result text of the inserted field.

Returns
Type Description
ComplexField

The added ComplexField.

Adds a ComplexField to the end of this hyperlink.

Declaration
public ComplexField AddComplexField(IFieldOptions options)
Public Function AddComplexField(options As IFieldOptions) As ComplexField
Parameters
Type Name Description
IFieldOptions options

The complex field options.

Returns
Type Description
ComplexField

The added ComplexField.