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