Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BuiltInPropertyCollection Class / TitlesOfParts Property

In This Topic
    TitlesOfParts Property
    In This Topic
    Gets or sets the names of a parts in the document. These parts are conceptual representations of document sections.
    Syntax
    'Declaration
     
    Public Property TitlesOfParts As System.String()
    public System.string[] TitlesOfParts {get; set;}
    See Also