TdxSpreadSheetTableItem Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Creates a new item at the specified position within the dynamic item list.
Inherited from Tdx |
#Properties
Name | Description |
---|---|
Cell |
Returns the index of a table item that neighbors the outermost cell object created in the current table item. |
Cells | Provides zero-based indexed access to the cell objects hosted within the current table item object. |
Custom |
Returns the current size (in pixels) of the table item if its size was customized. |
Default |
Specifies whether the default height or width value is applied to the table item. |
Display |
Returns a string displayed by the table item‘s header. |
Index |
Returns the item’s zero-based index within the dynamic list.
Inherited from Tdx |
Next | Returns the element following the currnet table item object in the table item collection. |
Owner | Provides access to a collection to which the current table item object belongs. |
Prev | Returns the element that precedes the table item object in the table item collection. |
Size | Specifies the table item’s size (in pixels). |
Style | Provides access to the appearance settings applied to all cells within the table item. |
View | Returns the Table View worksheet to which the table item belongs. |
Visible | Switches the visibility of the table item object. |
#Methods
Name | Description |
---|---|
Apply |
Adjusts the size of the table item according to cell content. |
Assign |
Copies the specified item’s content to the current dynamic list item.
Inherited from Tdx |
Create |
Creates a cell object at the specified position within the generic table item. |
Enum |
Performs the required actions on all valid cell objects within the current table item. |
Equals |
Inherited from TObject. |
Get |
Inherited from TObject. |
Query |
Provides access to the implementation of the specified interface if the current object supports it.
Inherited from Tcx |
Shift |
Changes the item’s index within the dynamic list by the specified value.
Inherited from Tdx |
To |
Inherited from TObject. |
See Also