Remove Data Row
Removes desired row from given data table.
Input
- Row Index: The index of the data row to be deleted.
- Type:
System.Int32 - Required
- Type:
- Row: The data row object to be deleted.
- Type:
System.Data.DataRow - Required
- Type:
Input/Output
- Input Table: The area where the Data Table object, on which the deletion process will be performed, is defined.
- Type:
System.Data.DataTable - Required
- Type: