Skip to main content

DataTableExporter.Range Property

Gets the worksheet cell range containing data for export.

Namespace: DevExpress.Spreadsheet.Export

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public CellRange Range { get; }

Property Value

Type Description
CellRange

A CellRange object that is the worksheet cell range.

See Also