JamShellColumnCollectionItem(Int32) Property |
Gets the JamColumnHeader at the specified index within the collection.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 Int32
- The index of the column header to retrieve from the collection.
Return Value
JamShellColumnHeaderA JamShellColumnHeader representing the column header located at the specified index.
Implements
IJamShellColumnCollectionItemInt32
See Also