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