Same as GetColNameIndex but uses the column binding name.
The column name
Don't raise a dialog box if the column is not found
lst.GetColBindingIndex("CustomerID") -> 1 lst.GetColBindingIndex("MadeUpCol", True) -> -1