ShellBrowser .Net Edition
SetColumnVisibilty Method (p_ColID, visible)
NamespacesJam.ShellShellListViewSetColumnVisibilty(Int32, Boolean)
Sets the visibility of a column.
Declaration Syntax
C#Visual BasicVisual C++
public int SetColumnVisibilty(
	int p_ColID,
	bool visible
)
Public Function SetColumnVisibilty ( _
	p_ColID As Integer, _
	visible As Boolean _
) As Integer
public:
int SetColumnVisibilty(
	int p_ColID, 
	bool visible
)
Parameters
p_ColID (Int32)
The column id. Note: Deleting column 0 is not allowed.
visible (Boolean)
True to show the column, false to hide.
Return Value
0 or more: the index of the added column. -1: the column was successfully removed. -2: the 'name' column should be removed but thats not allowed.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)