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.

CreateTableDialog

You can do the following to allow your users to invoke the Create Table dialog:

  • Create the Tables group on the Insert ribbon tab.

    InsertTableButton

  • Create the Styles group on the Home ribbon tab.

    FormatAsTableButton

Refer to the following topic for information on how to create a ribbon UI for the Spreadsheet control: Get Started with the WinForms Spreadsheet Control.

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.