Click or drag to resize

View.SetVisibleColumns Method

Defines all visible columns.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int SetVisibleColumns(
	IEnumerable<ShellColumn> columns,
	bool throwOnError = true
)

Parameters

columns
Type: System.Collections.Generic.IEnumerable<ShellColumn>
A list of columns.
throwOnError (Optional)
Type: System.Boolean
true to throw error; otherwise false.

Return Value

Type: Int32
An error number or 0.
See Also