ShellViewColumnsInsert(Int32, ShellViewColumn) Method |
Inserts an item to the
IListT at the specified index.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic void Insert(
int index,
ShellViewColumn item
)
Public Sub Insert (
index As Integer,
item As ShellViewColumn
)
public:
virtual void Insert(
int index,
ShellViewColumn^ item
) sealed
abstract Insert :
index : int *
item : ShellViewColumn -> unit
override Insert :
index : int *
item : ShellViewColumn -> unit Parameters
- index Int32
- The zero-based index at which item should be inserted.
- item ShellViewColumn
- The object to insert into the IListT.
Implements
IListTInsert(Int32, T)
See Also