JamShellColumnCollectionInsert Method (Int32, SHCOLUMNID) |
Inserts the shell column identified by the passed
SHCOLUMNID at the passed position.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public JamShellColumnHeader Insert(
int pIndex,
SHCOLUMNID pShellColumnId
)
Public Function Insert (
pIndex As Integer,
pShellColumnId As SHCOLUMNID
) As JamShellColumnHeader
public:
virtual JamShellColumnHeader^ Insert(
int pIndex,
SHCOLUMNID pShellColumnId
) sealed
abstract Insert :
pIndex : int *
pShellColumnId : SHCOLUMNID -> JamShellColumnHeader
override 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 inserted.
Implements
IJamShellColumnCollectionInsert(Int32, SHCOLUMNID)See Also