Skip to main content

XlDocumentOptions.Author Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue("")]
public string Author { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the document author.

Property Paths

You can access this nested property as listed below:

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