Click or drag to resize

ShellViewColumnsRemoveAt Method

Removes the IListT item at the specified index.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public void RemoveAt(
	int index
)

Parameters

index  Int32
The zero-based index of the item to remove.

Implements

IListTRemoveAt(Int32)
See Also