Click or drag to resize

ShellViewColumnsInsert(Int32, ShellViewColumn) Method

Inserts an item to the IListT at the specified index.

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

Parameters

index  Int32
The zero-based index at which item should be inserted.
item  ShellViewColumn
The object to insert into the IListT.

Implements

IListTInsert(Int32, T)
See Also