[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ContentControlCollection

ContentControlCollection Class

Represents a collection of ContentControl items.

Namespace: GrapeCity.Documents.Word
Assembly: GcDocs.Word.dll
Syntax
public class ContentControlCollection : ContentObjectCollection<ContentControl>, IContentList<ContentControl>, IReadOnlyList<ContentControl>, IReadOnlyCollection<ContentControl>, IEnumerable<ContentControl>, IEnumerable

Methods

Name Description
Add(ContentControlType, bool)

Adds a ContentControl into the collection at the End location.

Insert(ContentControlType, InsertLocation, bool)

Inserts a ContentControl into the collection at the specified location.