Click or drag to resize

ShellViewColumnsInsert Method (Int32, ShellViewColumn)

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public void Insert(
	int index,
	ShellViewColumn item
)

Parameters

index
Type: SystemInt32
The zero-based index at which item should be inserted.
item
Type: Jam.ShellShellViewColumn
The object to insert into the IListT.

Implements

IListTInsert(Int32, T)
See Also