Returns the display index of the named column. If the column name is not found, then the index -1 is returned and optionally an error is displayed.
The name of the column.
Display an error message if the named column is not found.
Debug.Print lstExt.DisplayCols_ColIndexFromColName("CompanyName") -> 2