Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentControl Class / AllowInsertDeleteSection Property

In This Topic
    AllowInsertDeleteSection Property
    In This Topic
    Gets or sets whether to allow the insertion of new or deletion of old content control with type RepeatingSectionItem contained within this content control except when needed to maintain the numerical relation between the number of elements matched through data binding and the number of child content controls contained. This property has effect only for content controls with type RepeatingSection.
    Syntax
    'Declaration
     
    Public Property AllowInsertDeleteSection As System.Boolean
    public System.bool AllowInsertDeleteSection {get; set;}
    See Also