A newer version of this page is available.
Switch to the current version.
XlDocumentOptions.Subject Property
Specifies a string to be added as the Subject property of the resulting XLS file.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[DefaultValue("")]
[XtraSerializableProperty]
public string Subject { get; set; }
<DefaultValue("")>
<XtraSerializableProperty>
Public Property Subject As String
Property Value
Type | Default | Description |
---|---|---|
String | A string value that specifies the document primary subject. |
Property Paths
You can access this nested property as listed below:
Show 33 property paths
See Also
Feedback