Back to Devexpress

DataTableExporter.Range Property

officefileapi-devexpress-dot-spreadsheet-dot-export-dot-datatableexporter.md

latest1.2 KB
Original Source

DataTableExporter.Range Property

Gets the worksheet cell range containing data for export.

Namespace : DevExpress.Spreadsheet.Export

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public CellRange Range { get; }
vb
Public ReadOnly Property Range As CellRange

Property Value

TypeDescription
CellRange

A CellRange object that is the worksheet cell range.

|

See Also

DataTableExporter Class

DataTableExporter Members

DevExpress.Spreadsheet.Export Namespace