Skip to main content

SpreadsheetCsvExportOptions.Range Property

Gets or sets the worksheet range for export. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

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

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public string Range { get; set; }

Property Value

Type Description
String

A string that specifies the range to export.

Property Paths

You can access this nested property as listed below:

Object Type Path to Range
SpreadsheetExportOptions
.Csv .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 CSV file.

See Also