ShellViewColumnsItem Property |
Gets or sets the element at the specified index.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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 Int32
- The index.
Return Value
ShellViewColumnThe ShellViewColumn at the specified index.
Implements
IListTItemInt32
Exceptions
See Also