Table.DataRange Property
Gets the cell range that contains table data.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v20.2.Core.dll
Declaration
Remarks
The table data range is highlighted in the following image.
To get a cell range that contains the whole table, use the Table.Range property. The Table.HeaderRowRange and Table.TotalRowRange properties return cell ranges containing a table's header row and total row respectively.
To obtain the cell range of an individual table column, use the TableColumn.Range or TableColumn.DataRange property.
See Also
Feedback