JamShellColumnCollectionAddHeader Method (Int32, Int32) |
Adds the header at the specified position. Doesn't load contents.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public JamShellColumnHeader AddHeader(
int pPosition,
int pShellIndex
)
Public Function AddHeader (
pPosition As Integer,
pShellIndex As Integer
) As JamShellColumnHeader
public:
JamShellColumnHeader^ AddHeader(
int pPosition,
int pShellIndex
)
member AddHeader :
pPosition : int *
pShellIndex : int -> JamShellColumnHeader
Parameters
- pPosition
- Type: SystemInt32
The position to add the column at. - pShellIndex
- Type: SystemInt32
The shell index of the column.
Return Value
Type:
JamShellColumnHeaderThe added
JamShellColumnHeader.
See Also