How to get column index?

@SunnyK

If you the column name use this

DataTable.Columns.IndexOf(“ColumnName”).ToString

8 Likes