[]
Gets or sets the manager property.
string Manager { get; set; }
Property Manager As String
| Type | Description |
|---|---|
| string | The manager property value. Returns null if the property has not been set. |
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.Manager = "Manager";
string manager = properties.Manager;