Hi All
In select method i want to pass variable for the column name. The column name may contain spaces. How to do that.
Passing variable for coulmn name as it will interact with multiple excels and reuse the same code.
currQtrDT.Select(“[currQtrDT.Columns(0).ToString]=”+“'”+row(0).ToString+“'”) throwing error.