[]
Gets or sets the category of the document.
string Category { get; set; }
Property Category As String
| Type | Description |
|---|---|
| string | The category of the document. |
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.Category = "Finance";
string category = properties.Category;