Click or drag to resize

IJamShellColumnCollectionItem(Int32) Property

Gets the JamShellColumnHeader at the specified index.

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

Parameters

index  Int32
The index.

Property Value

JamShellColumnHeader
The JamShellColumnHeader.

Return Value

JamShellColumnHeader
The JamShellColumnHeader at the specified index, an ArgumentOutOfRangeException if the index does not exist.
See Also