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