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

CsvDocumentImporterOptions.Worksheet Property

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

Namespace: DevExpress.XtraSpreadsheet.Import

Assembly: DevExpress.Spreadsheet.v20.2.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
WorkbookImportOptions
.Csv .Worksheet
See Also