JamShellColumnCollectionGetColumnByShellIndex Method |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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
- Type: SystemInt32
The shell index of the column.
Return Value
Type:
JamShellColumnHeader
The
JamShellColumnHeader with the specified shell index.
Implements
IJamShellColumnCollectionGetColumnByShellIndex(Int32)See Also