[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBuiltInDocumentPropertyCollection.Title

Title Property

Title

Gets or sets the title of the document.

Declaration
string Title { get; set; }
Property Title As String
Property Value
Type Description
string

The title of the document.

Examples
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.Title = "Quarterly Sales Report";
string title = properties.Title;