JamShellColumnCollectionAdd Method (JamShellColumnHeader) |
Adds an existing JamShellColumnHeader to the collection.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public int Add(
JamShellColumnHeader pValue
)
Public Function Add (
pValue As JamShellColumnHeader
) As Integer
public:
virtual int Add(
JamShellColumnHeader^ pValue
) sealed
abstract Add :
pValue : JamShellColumnHeader -> int
override Add :
pValue : JamShellColumnHeader -> int
Parameters
- pValue
- Type: Jam.ShellJamShellColumnHeader
The JamShellColumnHeader to add to the collection.
Return Value
Type:
Int32The zero-based index into the collection where the item was added.
Implements
IJamShellColumnCollectionAdd(JamShellColumnHeader)See Also