'Declaration Public Overloads Function Add( _ ByVal code As System.String, _ ByVal result As System.String _ ) As SimpleField
public SimpleField Add( System.string code, System.string result )
Parameters
- code
- The field code.
- result
- The result text of the inserted field.
Return Value
The added SimpleField.