IJamShellColumnCollection Methods |
The IJamShellColumnCollection type exposes the following members.
Name | Description | |
---|---|---|
Add(ColumnHeader) | Obsolete.
Adds the specified ColumnHeader to the collection. Please use Add(JamShellColumnHeader) instead.
| |
Add(JamShellColumnHeader) |
Adds the specified JamShellColumnHeader to the collection.
| |
Add(SHCOLUMNID) |
Adds the shell column identified by the passed SHCOLUMNID.
| |
Clear |
Clears this instance.
| |
GetColumnByShellIndex |
Gets the JamShellColumnHeader identified by the passed shell index.
| |
Insert |
Inserts the shell column identified by the passed SHCOLUMNID at the passed position.
| |
Remove(JamShellColumnHeader) |
Removes the specified ColumnHeader from the collection.
| |
Remove(SHCOLUMNID) |
Removes the shell column identified by the passed SHCOLUMNID.
| |
Show |
Shows the shell column identified by the passed SHCOLUMNID at its default shell position.
|