Skip to main content

XlDocumentOptions.Company Property

Specifies a string to be added as the Company property of the resulting XLS file.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[XtraSerializableProperty]
public string Company { get; set; }

Property Value

Type Description
String

A string value that specifies the document company.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Company
Cross-Platform Class Library XlExportOptionsBase
.DocumentOptions .Company
Blazor GridXlExportOptions
.DocumentOptions .Company
See Also