ContentControlCollection Methods
A collection of content controls in a document.
Name | Description |
---|---|
Copy |
Copies the elements of the ICollection to an Array, starting at a particular Array index. Inherited from ICollection. |
Get |
Returns an enumerator that iterates through the collection.
Inherited from IEnumerable |
Insert |
Inserts a checkbox content control at the specified document position. |
Insert |
Inserts a combo box content control at the specified document position. |
Insert |
Creates a date picker content control at the specified document position. |
Insert |
Creates a drop-down list content control at the specified document position. |
Insert |
Creates a plain text content control at the specified document position. |
Insert |
Creates a plain text content control at the specified document position. |
Remove |
Removes the specific content control from the collection. Allows you to specify whether to keep the content control contents. |
See Also