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:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual void AddColumn(
	ShellFolderColumn column
)

Parameters

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