IJamShellColumnCollectionInsert Method  | 
 
            Inserts the shell column identified by the passed 
SHCOLUMNID at the passed position.
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
SyntaxJamShellColumnHeader Insert(
	int pIndex,
	SHCOLUMNID pShellColumnId
)
Function Insert ( 
	pIndex As Integer,
	pShellColumnId As SHCOLUMNID
) As JamShellColumnHeader
JamShellColumnHeader^ Insert(
	int pIndex, 
	SHCOLUMNID pShellColumnId
)
abstract Insert : 
        pIndex : int * 
        pShellColumnId : SHCOLUMNID -> JamShellColumnHeader 
Parameters
- pIndex
 - Type: SystemInt32
The position to insert the column at. - pShellColumnId
 - Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID identifying the shell column to be shown. 
Return Value
Type: 
JamShellColumnHeaderThe 
JamShellColumnHeader that was added.
See Also