JamShellColumnCollectionGetColumnByShellIndex Method |
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic JamShellColumnHeader GetColumnByShellIndex(
int pShellIndex
)
Public Function GetColumnByShellIndex (
pShellIndex As Integer
) As JamShellColumnHeader
public:
virtual JamShellColumnHeader^ GetColumnByShellIndex(
int pShellIndex
) sealed
abstract GetColumnByShellIndex :
pShellIndex : int -> JamShellColumnHeader
override GetColumnByShellIndex :
pShellIndex : int -> JamShellColumnHeader Parameters
- pShellIndex Int32
- The shell index of the column.
Return Value
JamShellColumnHeader
The
JamShellColumnHeader with the specified shell index.
Implements
IJamShellColumnCollectionGetColumnByShellIndex(Int32)
See Also