A newer version of this page is available.
Switch to the current version.
XlExportOptionsBase.SheetName Property
Gets or sets a name of the sheet in the created XLS file to which a document is exported.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[DefaultValue("Sheet")]
[XtraSerializableProperty]
public string SheetName { get; set; }
<DefaultValue("Sheet")>
<XtraSerializableProperty>
Public Property SheetName As String
Property Value
Type | Default | Description |
---|---|---|
String | "Sheet" |
A String representing the sheet name set in the resulting XLS file. |
Property Paths
You can access this nested property as listed below:
Show 20 property paths
Library | Object Type | Path to SheetName |
---|---|---|
Cross-Platform Class Library | RemotePrintingSystem |
|
RemotePrintingSystem |
|
|
ExportOptions |
|
|
ExportOptions |
|
|
PrintingSystemBase |
|
|
PrintingSystemBase |
|
|
WinForms Controls | PrintingSystem |
|
PrintingSystem |
|
|
XtraSchedulerReport |
|
|
XtraSchedulerReport |
|
|
WPF Controls | ExportOptionsContainer |
|
ExportOptionsContainer |
|
|
PrintingSystem |
|
|
PrintingSystem |
|
|
PrintingSystem |
|
|
PrintingSystem |
|
|
Reporting | XtraReport |
|
XtraReport |
|
|
DocumentOperationRequest |
|
|
DocumentOperationRequest |
|
Remarks
By default, the SheetName property returns an empty string, which means that the sheet name is equal to the Document.Name property value.
See Also
Feedback