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

Table Items

Table items are collections of individual table item objects. Each Table View worksheet provides the column and row object collections via its Columns and Rows properties.

Positions of individual table item objects within a Table View worksheet are determined by zero-based indexes. You can create any number of successive and/or non-successive column and/or row objects by calling the Table View worksheet’s Columns.CreateItem and Rows.CreateItem functions with the required column and row indexes as arguments, respectively:

Note that if there is no column or row with the specified index, the Columns or Rows property returns nil instead of the respective table item object.