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