JamShellColumnCollectionAdd(JamShellColumnHeader) Method |
Adds an existing JamShellColumnHeader to the collection.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 JamShellColumnHeader
- The JamShellColumnHeader to add to the collection.
Return Value
Int32The zero-based index into the collection where the item was added.
Implements
IJamShellColumnCollectionAdd(JamShellColumnHeader)
See Also