[]
Adds a SimpleField to the end of this hyperlink.
public SimpleField AddSimpleField(string code)
Public Function AddSimpleField(code As String) As SimpleField
Type | Name | Description |
---|---|---|
string | code | The field code. |
Type | Description |
---|---|
SimpleField | The added SimpleField. |
Adds a SimpleField to the end of this hyperlink.
public SimpleField AddSimpleField(string code, string result)
Public Function AddSimpleField(code As String, result As String) As SimpleField
Type | Description |
---|---|
SimpleField | The added SimpleField. |