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

TdxSpreadSheetTableItems Class

The base class for table item collections within a Table View worksheet.

#Declaration

Delphi
TdxSpreadSheetTableItems = class(
    TdxDynamicItemList
)

#Remarks

This class implements the basic functionality for its descendants – TdxSpreadSheetTableColumns and TdxSpreadSheetTableRows designed to store individual column and row objects. The table item term refers to both the visual elements in which the Table View worksheet cells are arranged and the logical objects used as containers for cell objects. Refer to the Table Items topic for additional information.

The TdxSpreadSheetTableItems class extends its ancestor with members allowing you to:

You do not need to create instances of the TdxSpreadSheetTableItems class. Use its descendants instead.

#Inheritance

TObject
TdxDynamicItemList
TdxSpreadSheetTableItems
See Also