- 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 throws Java.Lang.IllegalArgumentException if the column doesn't exist. If you're not sure if a column will exist or not use ICursor.GetColumnIndex(string) and check for -1, which is more efficient than catching the exceptions.