TdxSpreadSheetTableItems Members
The base class for table item collections within a Table View worksheet.Constructors
Name | Description |
---|---|
Create(TdxSpreadSheetTableView) | Initializes a new instance of the TdxSpreadSheetTableItems class with specified settings. |
Properties
Name | Description |
---|---|
Count | Returns the list’s current capacity. Inherited from TdxDynamicItemList. |
DefaultSize | Specifies the default dimensions (in pixels) of column or row objects within the collection. |
First | Provides access to the first element within the current table item collection. |
FirstIndex | Returns the first stored item‘s position within the list. Inherited from TdxDynamicItemList. |
Groups | Provides access to the root node of the table item group hierarchy. |
Items | Provides zero-based indexed access to generic table items stored within the table item collection. |
Last | Provides access to the last element within the current table item collection. |
LastIndex | Returns the last stored item‘s position within the sparse item list. Inherited from TdxDynamicItemList. |
View | Returns a Table View worksheet to which the current table item collection belongs. |
Methods
Name | Description |
---|---|
Clear | Clears the positional sparse list. Inherited from TdxDynamicItemList. |
CreateItem(Integer) | Creates a generic table item object within the current table item collection. |
DeleteItem(TdxDynamicListItem) protected | Removes the specified item from the list. Inherited from TdxDynamicItemList. |
Equals(TObject) | Inherited from TObject. |
FindItem(Integer) protected | Returns the stored item by the specified index within the list. Inherited from TdxDynamicItemList. |
ForEach(TdxDynamicItemListForEachProcRef,Boolean) protected | Applies the specified procedure to a range of items stored within the list. Inherited from TdxDynamicItemList. |
GetDistance(Integer,Integer) | Returns the absolute distance (in pixels) between two specified table items. |
GetHashCode | Inherited from TObject. |
GetItemClass protected | Returns a class-reference to the actual dynamic list item class. Inherited from TdxDynamicItemList. |
GetItemIndexFromDistance(Integer,Integer) | Returns the index of a table item object located at the specified distance from another table item. |
GetNextVisibleItemIndex(Integer,Boolean) | Returns the index of the visible table item that is nearest to the specified table item within the table item collection. |
GetPosition(Integer) | Returns the absolute distance (in pixels) between the left or top edge of the Table View worksheet and a specified table item. |
InsertItem(TdxDynamicListItem,TdxDynamicListItem) protected | Inserts an item adjacent to the specified item within the list. Inherited from TdxDynamicItemList. |
ShiftIndexes(Integer,Integer) protected | Shifts a range of sparse list positions by the specified value. Inherited from TdxDynamicItemList. |
ToString | Inherited from TObject. |
See Also