[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBuiltInDocumentPropertyCollection.Company

Company Property

Company

Gets or sets the company property.

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

The company property value. Returns null if the company property is not set.

Examples
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.Company = "Example";
string company = properties.Company;