[]
Inserts a ContentControl into the collection at the specified location.
public ContentControl Insert(ContentControlType type, InsertLocation location, bool fillContent = true)
Public Function Insert(type As ContentControlType, location As InsertLocation, Optional fillContent As Boolean = True) As ContentControl
| Type | Name | Description |
|---|---|---|
| ContentControlType | type | The new content control type. |
| InsertLocation | location | The target InsertLocation for the insertion. |
| bool | fillContent | Whether to fill the new control content with default data. |
| Type | Description |
|---|---|
| ContentControl | The inserted ContentControl. |