IJamShellColumnCollectionRemove Method (SHCOLUMNID) |
Removes the shell column identified by the passed
SHCOLUMNID.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.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