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