Click or drag to resize

JamShellColumnCollectionItem(Int32) Property

Gets the JamColumnHeader at the specified index within the collection.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public JamShellColumnHeader this[
	int pIndex
] { get; }

Parameters

pIndex  Int32
The index of the column header to retrieve from the collection.

Return Value

JamShellColumnHeader
A JamShellColumnHeader representing the column header located at the specified index.

Implements

IJamShellColumnCollectionItemInt32
See Also