Click or drag to resize

JamShellColumnCollectionItem Property (Int32)

Gets the JamColumnHeader at the specified index within the collection.

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

Parameters

pIndex
Type: SystemInt32
The index of the column header to retrieve from the collection.

Return Value

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

Implements

IJamShellColumnCollectionItemInt32
See Also