| オーバーロード | 解説 |
|---|---|
| IndexOf(String) | Gets the index of the Column with the specified name. |
| IndexOf(String,Int32) | Gets the index of the Column with the specified name. The search starts at a specified index. |
| IndexOf(String,Boolean) | Gets the index of the Column with the specified name, optionally throwing an exception if the column is not found. |
| IndexOf(String,Boolean,Int32) | Gets the index of the Column with the specified name, optionally throwing an exception if the column is not found. The search starts at a specified index. |