Click or drag to resize

JamShellColumnCollectionRemoveAt Method

Removes the ColumnHeader located at the specified index.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
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