Skip to main content

XlsExportOptionsBase.SheetName Property

Gets or sets the name of the sheet in the created XLS or XLSX file to which a document is exported.

Namespace: DevExpress.Mobile.Export

Assembly: DevExpress.Mobile.Core.v18.2.dll

Declaration

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

Property Value

Type Description
String

A String specifying the sheet name set in the resulting XLS or XLSX file.

Property Paths

You can access this nested property as listed below:

Object Type Path to SheetName
GridControl
.OptionsExportXlsx.SheetName

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

See Also