Delete empty row in datatable

How to delete the row if the particular column is empty in datatable

Hello, you can use the method Select

Example:

TableName = TableName.Select("ColumnName <> ‘’ ").CopyToDataTable