IJamShellColumnCollectionRemove Method (SHCOLUMNID) |
Removes the shell column identified by the passed
SHCOLUMNID.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax void Remove(
SHCOLUMNID pShellColumnId
)
Sub Remove (
pShellColumnId As SHCOLUMNID
)
void Remove(
SHCOLUMNID pShellColumnId
)
abstract Remove :
pShellColumnId : SHCOLUMNID -> unit
Parameters
- pShellColumnId
- Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID identifying the shell column.
See Also