Click or drag to resize

ShellFolderAddColumn Method (ShellFolderColumn)

Adds a column to this folder. If a column with the same property key was already present in the Columns collection, it will be replaced.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void AddColumn(
	ShellFolderColumn column
)

Parameters

column
Type: callback.ShellBoost.CoreShellFolderColumn
The column.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumn is null.
See Also