Remove Data Row
Remove data row from the data table.
Remove specified data row from the data table.
Input
Input :
DataTable Variable
The
DataTable
variable from which the row is removed.Data Row :
Object Argument
Optional
The data row object which is to be removed.Row Index :
Integer Argument
Optional
The index of the row to be removed.
Last updated