Click or drag to resize

ShellViewColumnsAdd Method (ShellViewColumn)

Adds a column to the collection.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public void Add(
	ShellViewColumn pColumn
)

Parameters

pColumn
Type: Jam.ShellShellViewColumn
The column to add.

Implements

ICollectionTAdd(T)
See Also