Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Table Methods

A table in a worksheet.
Name Description
ConvertToRange() Converts the table to a regular range of cells without losing data and formatting.
Delete() Removes the table from the worksheet.
GetDataSource() Creates the data source from the worksheet table using the specified options.
GetDataSource(RangeDataSourceOptions) Creates the data source from the worksheet table using the specified options.
See Also