Click or drag to resize

JamShellColumnCollectionRemoveAt Method

Removes the ColumnHeader located at the specified index.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public override void RemoveAt(
	int pIndex
)

Parameters

pIndex
Type: SystemInt32
Index of the ColumnHeader in the collection to be removed.

Implements

IListRemoveAt(Int32)
See Also