[]
Gets or sets the content type of the document.
string ContentType { get; set; }
Property ContentType As String
| Type | Description |
|---|---|
| string | The content type of the document. |
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.ContentType = "Monthly Report";
string contentType = properties.ContentType;