[]
Gets or sets the title of the document.
string Title { get; set; }
Property Title As String
| Type | Description |
|---|---|
| string | The title of the document. |
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.Title = "Quarterly Sales Report";
string title = properties.Title;