what is the logic to be write in if condition to get empty cell in that particular colunm name
if row (Column name)=Nothing
if row (Column name) IsNULL
Filter DT with columns is empty
isNothing(YourRowVar(ColNameOrIndex)) OrElse String.IsNullOrEmpty(YourRowVar(ColNameOrIndex).toString.Trim)
if row(“Column Name”) = Nothing or row(“Column Name”).ToString = “”
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.