Returns true if the column with the passed index exists and is a custom column and no shell column.
function IsCustomColumn(p_Index: integer): Boolean;
True if the column is a custom column, False if it is a ShellColumn.
Jam.Shell.Controls.BaseShellListView.TJamShellListColumns