Click or drag to resize

IJamShellColumnCollectionAdd(ColumnHeader) Method

Use Add(JamShellColumnHeader instead

Adds the specified ColumnHeader to the collection. Please use Add(JamShellColumnHeader) instead.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
[ObsoleteAttribute("Use Add(JamShellColumnHeader instead")]
int Add(
	ColumnHeader pHeader
)

Parameters

pHeader  ColumnHeader
The ColumnHeader to add.

Return Value

Int32
The position the column was added at.
See Also