Click or drag to resize

IJamShellColumnCollectionRemove(JamShellColumnHeader) Method

Removes the specified ColumnHeader from the collection.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
void Remove(
	JamShellColumnHeader pHeader
)

Parameters

pHeader  JamShellColumnHeader
The ColumnHeader to remove.
See Also