Gets the index for a given ShColumnID.
| C# | Visual Basic | Visual C++ |
public int GetIndexOfShColumnID( SHCOLUMNID columnID )
Public Function GetIndexOfShColumnID ( _ columnID As SHCOLUMNID _ ) As Integer
public: int GetIndexOfShColumnID( SHCOLUMNID columnID )
- columnID (SHCOLUMNID)
The index of the given ShColumnId or -1 if could not be found.