TdxSpreadSheetTableRows Members
A row object collection within the current Table View worksheet.Constructors
Name | Description |
---|---|
Create(TdxSpreadSheetTableView) | Initializes a new instance of the TdxSpreadSheetTableItems class with specified settings. Inherited from TdxSpreadSheetTableItems. |
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. Inherited from TdxSpreadSheetTableItems. |
First | Provides access to the first element within the current table item collection. Inherited from TdxSpreadSheetTableItems. |
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. Inherited from TdxSpreadSheetTableItems. |
Items | Provides indexed access to individual row objects within the positional sparse list of rows. |
Last | Provides access to the last element within the current table item collection. Inherited from TdxSpreadSheetTableItems. |
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. Inherited from TdxSpreadSheetTableItems. |
Methods
Name | Description |
---|---|
Clear | Clears the positional sparse list. Inherited from TdxDynamicItemList. |
CreateItem(Integer) | Creates a row object at the specified position in the parent worksheet. |
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. Inherited from TdxSpreadSheetTableItems. |
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. Inherited from TdxSpreadSheetTableItems. |
GetNextVisibleItemIndex(Integer,Boolean) | Returns the index of the visible table item that is nearest to the specified table item within the table item collection. Inherited from TdxSpreadSheetTableItems. |
GetPosition(Integer) | Returns the absolute distance (in pixels) between the left or top edge of the Table View worksheet and a specified table item. Inherited from TdxSpreadSheetTableItems. |
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