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:
Manage individual column or row objects within the collection (First, Last, Items, and CreateItem);
Obtain information on the relationship between individual column or row indexes and their absolute positions in a Table View worksheet (GetDistance, GetItemIndexFromDistance, GetNextVisibleItemIndex, and GetPosition);
Assign the default height or width values (in pixels) for row or column objects stored in the collection (DefaultSize);
Obtain the Table View worksheet to which the table item collection belongs (View).
You do not need to create instances of the TdxSpreadSheetTableItems class. Use its descendants instead.