Click or drag to resize

ShellFolderRemoveColumn Method (ShellFolderColumn)

Removes a column.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual bool RemoveColumn(
	ShellFolderColumn column
)

Parameters

column
Type: ShellBoost.CoreShellFolderColumn
The column.

Return Value

Type: Boolean
true if the column was removed, false otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumn is null.
See Also