Assembly: ExtCtrls;
The IDataGridRows interface implements properties and methods of the DataGrid component rows collection.
IDataGridRows
| Property name | Brief description | |
![]() |
AbsoluteCount | The AbsoluteCount property returns the absolute number of table rows. |
![]() |
DataGrid | The DataGrid property returns the parent object. |
![]() |
Focused | The Focused property determines the row that is focused. |
![]() |
ImageIndex | The ImageIndex property determines index of the image that is used in a table cell. |
![]() |
Item | The Item property returns parameters of the specified row. |
![]() |
VisualCount | The VisualCount property returns the number of rows actually displayed in the table. |
| Method name | Brief description | |
![]() |
Add | The Add method adds a new row and returns a reference to this row. |
![]() |
AdjustHeight | The AdjustHeight method adjusts row height so that the contents could entirely fit the cells. |
![]() |
Clear | The Clear method clears all table rows. |
![]() |
Delete | The Delete method deletes the row, which index is passed as an input parameter. |
See also: