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

TxtDocumentExporterOptions.Range Property

Gets or sets the worksheet range for export.

Namespace: DevExpress.XtraSpreadsheet.Export

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

Declaration

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

Property Value

Type Default Description
String String.Empty

A string that specifies the range to export.

Property Paths

You can access this nested property as listed below:

Object Type Path to Range
WorkbookExportOptions
.Txt.Range

Remarks

The specified string references the range as described in the Cell Referencing topic.

Note

Only a contiguous cell range can be assigned to the Range property. An exception occurs when exporting a complex (union) range to a text file.

See Also