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

In This Topic
    Title Property (BuiltInPropertyCollection)
    In This Topic
    Gets or sets the title of the document.
    Syntax
    'Declaration
     
    Public Property Title As System.String
    public System.string Title {get; set;}
    See Also