JamShellColumnCollectionItem Property (Int32) |
Gets the JamColumnHeader at the specified index within the collection.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public JamShellColumnHeader this[
int pIndex
] { get; }
Public ReadOnly Default Property Item (
pIndex As Integer
) As JamShellColumnHeader
Get
public:
virtual property JamShellColumnHeader^ default[int pIndex] {
JamShellColumnHeader^ get (int pIndex) sealed;
}
abstract Item : JamShellColumnHeader with get
override Item : JamShellColumnHeader with get
Parameters
- pIndex
- Type: SystemInt32
The index of the column header to retrieve from the collection.
Return Value
Type:
JamShellColumnHeaderA JamShellColumnHeader representing the column header located at the specified index.
Implements
IJamShellColumnCollectionItemInt32See Also