Click or drag to resize

JamShellColumnCollectionItem Property (Int32)

Gets the JamColumnHeader at the specified index within the collection.

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