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

In This Topic
    RepeatingSectionItemTitle Property
    In This Topic
    Gets or sets the display name of the repeated section. This property has effect only for content controls with type RepeatingSection.
    Syntax
    'Declaration
     
    Public Property RepeatingSectionItemTitle As System.String
    public System.string RepeatingSectionItemTitle {get; set;}
    See Also