- columnName
- the name of the target column.
Documentation for this section has not yet been entered.
Returns the zero-based index for the given column name, or -1 if the column doesn't exist. If you expect the column to exist use ICursor.GetColumnIndexOrThrow(string) instead, which will make the error more clear.