Skip to main content

TdxSpreadSheetTableItems Class

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

Declaration

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