TdxSpreadSheetTableRow Members
A row within a row collection.Constructors
| Name | Description |
|---|---|
| Create(TdxDynamicItemList,Integer) | Creates a new item at the specified position within the dynamic item list. Inherited from TdxDynamicListItem. |
Properties
| Name | Description |
|---|---|
| CellCount | Returns the index of a table item that neighbors the outermost cell object created in the current table item. Inherited from TdxSpreadSheetTableItem. |
| Cells | Provides zero-based indexed access to the cell objects hosted within the current table item object. Inherited from TdxSpreadSheetTableItem. |
| CustomSize | Returns the current size (in pixels) of the table item if its size was customized. Inherited from TdxSpreadSheetTableItem. |
| DefaultSize | Specifies whether the default height or width value is applied to the table item. Inherited from TdxSpreadSheetTableItem. |
| DisplayText | Returns a string displayed by the table item‘s header. Inherited from TdxSpreadSheetTableItem. |
| Index | Returns the item’s zero-based index within the dynamic list. Inherited from TdxDynamicListItem. |
| Next | Returns the element following the currnet table item object in the table item collection. Inherited from TdxSpreadSheetTableItem. |
| Owner | Provides access to a collection to which the current table item object belongs. Inherited from TdxSpreadSheetTableItem. |
| Prev | Returns the element that precedes the table item object in the table item collection. Inherited from TdxSpreadSheetTableItem. |
| Size | Specifies the table item’s size (in pixels). Inherited from TdxSpreadSheetTableItem. |
| Style | Provides access to the appearance settings applied to all cells within the table item. Inherited from TdxSpreadSheetTableItem. |
| View | Returns the Table View worksheet to which the table item belongs. Inherited from TdxSpreadSheetTableItem. |
| Visible | Switches the visibility of the table item object. Inherited from TdxSpreadSheetTableItem. |
Methods
| Name | Description |
|---|---|
| ApplyBestFit | Adjusts the size of the table item according to cell content. Inherited from TdxSpreadSheetTableItem. |
| Assign(TdxDynamicListItem) | Copies the specified item’s content to the current dynamic list item. Inherited from TdxDynamicListItem. |
| CreateCell(Integer) | Creates a cell object within the current row object at the specified position. |
| EnumCells(TdxSpreadSheetTableItemEnumProc) | Performs a specific set of actions on all populated cells within the row. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| QueryInterface(TGUID,Untyped) protected | Provides access to the implementation of the specified interface if the current object supports it. Inherited from TcxIUnknownObject. |
| ShiftIndex(Integer) protected | Changes the item’s index within the dynamic list by the specified value. Inherited from TdxDynamicListItem. |
| ToString | Inherited from TObject. |
See Also