Click or drag to resize

ShellViewColumns.Item Property

Gets or sets the element at the specified index.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public ShellViewColumn this[
	int index
] { get; set; }

Parameters

index
Type: System.Int32
The index.

Return Value

Type: ShellViewColumn
The ShellViewColumn at the specified index.

Implements

IList<T>.Item[Int32]
Exceptions
ExceptionCondition
NotSupportedExceptionNotSupportedException
See Also