Public Function GetColBindingIndex(ColName As String, Optional SuppressError As Boolean = False) As Integer
Same as GetColNameIndex but uses the column binding name.
Column Properties and Methods
Same as GetColNameIndex but uses the column binding name.
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.