Click or drag to resize

ShellViewColumnsItem Property

Gets or sets the element at the specified index.

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

Parameters

index  Int32
The index.

Return Value

ShellViewColumn
The ShellViewColumn at the specified index.

Implements

IListTItemInt32
Exceptions
ExceptionCondition
NotSupportedExceptionNotSupportedException
See Also