TdxSpreadSheetTableRow 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.
Inherited from Tdx |
Cells |
Provides zero-based indexed access to the cell objects hosted within the current table item object.
Inherited from Tdx |
Custom |
Returns the current size (in pixels) of the table item if its size was customized.
Inherited from Tdx |
Default |
Specifies whether the default height or width value is applied to the table item.
Inherited from Tdx |
Display |
Returns a string displayed by the table item‘s header.
Inherited from Tdx |
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.
Inherited from Tdx |
Owner |
Provides access to a collection to which the current table item object belongs.
Inherited from Tdx |
Prev |
Returns the element that precedes the table item object in the table item collection.
Inherited from Tdx |
Size |
Specifies the table item’s size (in pixels).
Inherited from Tdx |
Style |
Provides access to the appearance settings applied to all cells within the table item.
Inherited from Tdx |
View |
Returns the Table View worksheet to which the table item belongs.
Inherited from Tdx |
Visible |
Switches the visibility of the table item object.
Inherited from Tdx |
#Methods
Name | Description |
---|---|
Apply |
Adjusts the size of the table item according to cell content.
Inherited from Tdx |
Assign |
Copies the specified item’s content to the current dynamic list item.
Inherited from Tdx |
Create |
Creates a cell object within the current row object at the specified position. |
Enum |
Performs a specific set of actions on all populated cells within the row. |
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