Skip to main content

TxtDocumentImporterOptions.Worksheet Property

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

Namespace: DevExpress.XtraSpreadsheet.Import

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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
WorkbookImportOptions
.Txt .Worksheet
See Also