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