Get the column index given the column name.
Returns -1 if the column name is not found, and raises a dialog box if SuppressError=False.
The column name
Don't raise a dialog box if the column is not found
lst.GetColNameIndex("CustomerID") -> 1
lst.GetColNameIndex("MadeUpCol", True) -> -1