[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBuiltInDocumentPropertyCollection.Manager

Manager Property

Manager

Gets or sets the manager property.

Declaration
string Manager { get; set; }
Property Manager As String
Property Value
Type Description
string

The manager property value. Returns null if the property has not been set.

Examples
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.Manager = "Manager";
string manager = properties.Manager;