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

DataTableExporter.Range Property

Gets the worksheet cell range containing data for export.

Namespace: DevExpress.Spreadsheet.Export

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

Declaration

public CellRange Range { get; }

Property Value

Type Description
CellRange

A CellRange object that is the worksheet cell range.

See Also