| FileListShowColumn Method  | 
 
            Shows the column with the passed ShellColumnId.
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
Syntaxprotected override int ShowColumn(
	SHCOLUMNID pShellColumnId
)
Protected Overrides Function ShowColumn ( 
	pShellColumnId As SHCOLUMNID
) As Integer
protected:
virtual int ShowColumn(
	SHCOLUMNID pShellColumnId
) override
abstract ShowColumn : 
        pShellColumnId : SHCOLUMNID -> int 
override ShowColumn : 
        pShellColumnId : SHCOLUMNID -> int Parameters
- pShellColumnId
- Type: Jam.ShellSHCOLUMNID
 The SHCOLUMNID representing the column.
Return Value
Type: 
Int32
            0 or more: the index of the added column.
            -1: column couldn't be inserted.
            
 See Also
See Also