Click or drag to resize

IJamShellColumnCollection Methods

The IJamShellColumnCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd(ColumnHeader) Obsolete.
Adds the specified ColumnHeader to the collection. Please use Add(JamShellColumnHeader) instead.
Public methodCode exampleAdd(JamShellColumnHeader)
Adds the specified JamShellColumnHeader to the collection.
Public methodCode exampleAdd(SHCOLUMNID)
Adds the shell column identified by the passed SHCOLUMNID.
Public methodCode exampleClear
Clears this instance.
Public methodCode exampleGetColumnByShellIndex
Gets the JamShellColumnHeader identified by the passed shell index.
Public methodInsert
Inserts the shell column identified by the passed SHCOLUMNID at the passed position.
Public methodRemove(JamShellColumnHeader)
Removes the specified ColumnHeader from the collection.
Public methodRemove(SHCOLUMNID)
Removes the shell column identified by the passed SHCOLUMNID.
Public methodCode exampleShow
Shows the shell column identified by the passed SHCOLUMNID at its default shell position.
Top
See Also