JamBaseShellListViewAddShellColumn(Int32, Int32) Method | 
Adds a shell column with the given width to the list view.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected virtual JamShellColumnHeader AddShellColumn(
	int pShellColumnIndex,
	int pWidth
)
Protected Overridable Function AddShellColumn ( 
	pShellColumnIndex As Integer,
	pWidth As Integer
) As JamShellColumnHeader
protected:
virtual JamShellColumnHeader^ AddShellColumn(
	int pShellColumnIndex, 
	int pWidth
)
abstract AddShellColumn : 
        pShellColumnIndex : int * 
        pWidth : int -> JamShellColumnHeader 
override AddShellColumn : 
        pShellColumnIndex : int * 
        pWidth : int -> JamShellColumnHeader Parameters
- pShellColumnIndex  Int32
 - The shell column index.
 - pWidth  Int32
 - The width the column should have.
 
Return Value
JamShellColumnHeaderThe JamShellColumnHeader that has been created.
See Also