TdxSpreadSheetTableItems Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Initializes a new instance of the Tdx |
#Properties
Name | Description |
---|---|
Count |
Returns the list’s current capacity.
Inherited from Tdx |
Default |
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. |
First |
Returns the first stored item‘s position within the list.
Inherited from Tdx |
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. |
Last |
Returns the last stored item‘s position within the sparse item list.
Inherited from Tdx |
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 Tdx |
Create |
Creates a generic table item object within the current table item collection. |
Delete |
Removes the specified item from the list.
Inherited from Tdx |
Equals |
Inherited from TObject. |
Find |
Returns the stored item by the specified index within the list.
Inherited from Tdx |
For |
Applies the specified procedure to a range of items stored within the list.
Inherited from Tdx |
Get |
Returns the absolute distance (in pixels) between two specified table items. |
Get |
Inherited from TObject. |
Get |
Returns a class-reference to the actual dynamic list item class.
Inherited from Tdx |
Get |
Returns the index of a table item object located at the specified distance from another table item. |
Get |
Returns the index of the visible table item that is nearest to the specified table item within the table item collection. |
Get |
Returns the absolute distance (in pixels) between the left or top edge of the Table View worksheet and a specified table item. |
Insert |
Inserts an item adjacent to the specified item within the list.
Inherited from Tdx |
Shift |
Shifts a range of sparse list positions by the specified value.
Inherited from Tdx |
To |
Inherited from TObject. |
See Also