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; }
Public Default Property Item (
index As Integer
) As ShellViewColumn
Get
Set
public:
virtual property ShellViewColumn^ default[int index] {
ShellViewColumn^ get (int index) sealed;
void set (int index, ShellViewColumn^ value) sealed;
}
abstract Item : ShellViewColumn with get, set
override Item : ShellViewColumn with get, set
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
ShellViewColumnThe ShellViewColumn at the specified index.
Implements
IListTItemInt32Exceptions See Also