ShellViewColumnsHide Method  | 
 
            Removes the given column from the current view.
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntaxpublic bool Hide(
	SHCOLUMNID pShellColumnId
)
Public Function Hide ( 
	pShellColumnId As SHCOLUMNID
) As Boolean
public:
bool Hide(
	SHCOLUMNID pShellColumnId
)
member Hide : 
        pShellColumnId : SHCOLUMNID -> bool 
Parameters
- pShellColumnId
 - Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID that serves as identifier of the column. 
Return Value
Type: 
BooleanTrue, if the column was hidden, false if wasn't available or removing failed.
See Also