ShellViewColumnsInsert Method (Int32, SHCOLUMNID) |
Inserts a new column representing the passed
SHCOLUMNID at the passed index.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public void Insert(
int index,
SHCOLUMNID pShellColumnId
)
Public Sub Insert (
index As Integer,
pShellColumnId As SHCOLUMNID
)
public:
void Insert(
int index,
SHCOLUMNID pShellColumnId
)
member Insert :
index : int *
pShellColumnId : SHCOLUMNID -> unit
Parameters
- index
- Type: SystemInt32
The index. - pShellColumnId
- Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID that serves as identifier of the column.
See Also