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.1
Syntax
public ShellViewColumn this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: ShellViewColumn
The ShellViewColumn at the specified index.

Implements

IListTItemInt32
Exceptions
ExceptionCondition
NotSupportedExceptionNotSupportedException
See Also