[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Hyperlink.AddSimpleField

AddSimpleField Method

Adds a SimpleField to the end of this hyperlink.

Declaration
public SimpleField AddSimpleField(string code)
Public Function AddSimpleField(code As String) As SimpleField
Parameters
Type Name Description
string code

The field code.

Returns
Type Description
SimpleField

The added SimpleField.

Adds a SimpleField to the end of this hyperlink.

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

The field code.

string result

The result text of the new field.

Returns
Type Description
SimpleField

The added SimpleField.