Sets the visibility of a column.

Declaration Syntax
public int SetColumnVisibilty(
int p_ColID,
bool visible
)
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)