[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ContentControlCollection

ContentControlCollection Class

Represents a collection of ContentControl items.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class ContentControlCollection : ContentObjectCollection<ContentControl>, IContentList<ContentControl>, IReadOnlyList<ContentControl>, IReadOnlyCollection<ContentControl>, IEnumerable<ContentControl>, IEnumerable
Public Class ContentControlCollection
    Inherits ContentObjectCollection(Of ContentControl)
    Implements IContentList(Of ContentControl), IReadOnlyList(Of ContentControl), IReadOnlyCollection(Of ContentControl), IEnumerable(Of 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.