Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TxtDocumentExporterOptions.Worksheet Property

Gets or sets a destination worksheet to which text data are exported.

Namespace: DevExpress.XtraSpreadsheet.Export

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string that is the worksheet name.

Property Paths

You can access this nested property as listed below:

Object Type Path to Worksheet
WorkbookExportOptions
.Txt.Worksheet
See Also