'Declaration Public Overloads Function Insert( _ ByVal code As System.String, _ ByVal result As System.String, _ ByVal location As InsertLocation _ ) As SimpleField
public SimpleField Insert( System.string code, System.string result, InsertLocation location )
Parameters
- code
- The field code.
- result
- The result text of the inserted field.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted SimpleField.