Skip to main content

TdxSpreadSheetTableRows Methods

A row object collection within the current Table View worksheet.
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