The IDataGridSelection interface contains properties and methods of the selection of selected strings of the DataGrid component.
| Property name | Brief description | |
| Count | The Count property returns the number of selected rows in a table. | |
| DataGrid | The DataGrid property returns a parent object. | |
| Item | The Item property returns a row from the selected rows collection. |
| Method name | Brief description | |
| Clear | The Clear method clears all the rows selections in the DataGrid component. |
See also: