Click or drag to resize

ShellViewColumnsAdd(ShellViewColumn) Method

Adds a column to the collection.

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

Parameters

pColumn  ShellViewColumn
The column to add.

Implements

ICollectionTAdd(T)
See Also