Click or drag to resize

ShellViewColumns.Insert Method (Int32, ShellViewColumn)

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

Parameters

index
Type: System.Int32
The zero-based index at which item should be inserted.
item
Type: Jam.Shell.ShellViewColumn
The object to insert into the IList<T>.

Implements

IList<T>.Insert(Int32, T)
See Also