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