[]
Gets or sets the content status of the document.
string ContentStatus { get; set; }
Property ContentStatus As String
| Type | Description |
|---|---|
| string | The content status of the document. |
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.ContentStatus = "Final";
string contentStatus = properties.ContentStatus;