Skip to main content

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

Create Table Dialog

The Create Table dialog allows users to insert a new table or convert an existing data range into a table. In the dialog box, a user can select a cell range to include in the table and specify whether the table has headers.

DXSpreadsheet_Dialogs_CreateTable

Create the Tables group on the Insert ribbon tab to display the Table button that invokes this dialog. Refer to the following topic for information on how to create a ribbon UI for the Spreadsheet control: Create a Simple Spreadsheet Application.

DXSpreadsheet_Dialogs_CreateTable_InvokeFromRibbon

Use the TableCollection.Add method to create a table programmatically and add it to a worksheet’s table collection (Worksheet.Tables). The Table.Style property allows you to apply a style to the table. Refer to the following topic for details on how to create and format tables: Spreadsheet Tables.

See Also