Click or drag to resize

IJamShellColumnCollectionItem Property (Int32)

Gets the JamShellColumnHeader at the specified index.

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

Parameters

index
Type: SystemInt32
The index.

Property Value

Type: JamShellColumnHeader
The JamShellColumnHeader.

Return Value

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